# Description: Enhanced CTorrent is a BitTorrent client for unix-like environments # URL: http://sourceforge.net/projects/dtorrent/ # Maintainer: Victor Martinez, pitillo at ono dot com # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=ctorrent version=3.3.2 release=1 source=(http://dl.sourceforge.net/project/dtorrent/dtorrent/$version/ctorrent-dnh3.3.2.tar.gz) build() { cd ctorrent-dnh3.3.2 ./configure --build=$CHOST \ --host=$CTARGET \ --disable-nls \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }