updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / enhanced-ctorrent / PKGBUILD
blobac69a81aaeb71e9374f1cdf2cca599f6718614da
1 # Original CTorrent 
2 # Maintainer: damir 
3 # Contributor: lanrat 
4
5 # Enhanced CTorrent 
6 # Modified by: lydgate 
7 # Mod to dnh3 by durbatuluk 
9 pkgname=enhanced-ctorrent 
10 pkgver=dnh3.3.2
11 pkgrel=1 
12 pkgdesc="BitTorrent console client written in C, with bugfixes and performance enhancements to the original ctorrent" 
13 url="http://www.rahul.net/dholmes/ctorrent/" 
14 replaces=('ctorrent') 
15 depends=('openssl') 
16 license=('GPL') 
17 arch=('i686' 'x86_64')
18 source=(http://www.rahul.net/dholmes/ctorrent/ctorrent-$pkgver.tar.gz) 
19 md5sums=('59b23dd05ff70791cd6449effa7fc3b6') 
21 build() { 
22     cd $startdir/src/ctorrent-$pkgver 
23     ./configure --prefix=/usr 
24     make || return 1 
25     make prefix=$startdir/pkg/usr install