1 # Contributor: Christoph Zeiler <rabyte*gmail>
2 # Maintainer: Nathan O <ndowens.aur at gmail dot com>
6 pkgdesc="A high-performance BitTorrent client with minimal system resources"
8 url="http://sourceforge.net/projects/dtorrent/"
11 conflicts=('ctorrent')
12 source=(http://downloads.sourceforge.net/dtorrent/${pkgname}${pkgver}.tar.gz)
13 md5sums=('59b23dd05ff70791cd6449effa7fc3b6')
16 cd ${pkgname}${pkgver}
18 ./configure --prefix=/usr
20 make DESTDIR="${pkgdir}" install