#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=rtorrent pkgver=0.9.0 zenver=72 pkgrel=1 arch=i486 source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "rtorrent.rc") url=http://libtorrent.rakshasa.no/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/ap/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "rtorrent - a BitTorrent client for ncurses" "rtorrent is a BitTorrent client for ncurses, using the libtorrent" "library. The client and library is written in C++ with emphasis on" "speed and efficiency, while delivering equivalent features to those" "found in GUI based clients in an ncurses client." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }