updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ctorrent-dnh / PKGBUILD
blob2ba9de7112503d4ce4a4170d0241f03192212ad3
1 # Contributor: Christoph Zeiler <rabyte*gmail>
2 # Maintainer: Nathan O <ndowens.aur at gmail dot com>
3 pkgname=ctorrent-dnh
4 pkgver=3.3.2
5 pkgrel=3
6 pkgdesc="A high-performance BitTorrent client with minimal system resources"
7 arch=('i686' 'x86_64')
8 url="http://sourceforge.net/projects/dtorrent/"
9 license=('GPL')
10 depends=('openssl')
11 conflicts=('ctorrent')
12 source=(http://downloads.sourceforge.net/dtorrent/${pkgname}${pkgver}.tar.gz)
13 md5sums=('59b23dd05ff70791cd6449effa7fc3b6')
15 build() {
16   cd ${pkgname}${pkgver}
18   ./configure --prefix=/usr
19   make
20   make DESTDIR="${pkgdir}" install