7 # Mod to dnh3 by durbatuluk
9 pkgname=enhanced-ctorrent
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/"
17 arch=('i686' 'x86_64')
18 source=(http://www.rahul.net/dholmes/ctorrent/ctorrent-$pkgver.tar.gz)
19 md5sums=('59b23dd05ff70791cd6449effa7fc3b6')
22 cd $startdir/src/ctorrent-$pkgver
23 ./configure --prefix=/usr
25 make prefix=$startdir/pkg/usr install