#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=libtorrent pkgver=0.13.0 zenver=72 pkgrel=1 arch=i486 source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://libtorrent.rakshasa.no/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libtorrent is a BitTorrent library written in C++ for *nix" "LibTorrent is a BitTorrent library with a focus on high performance" "and good code. The library differentiates itself from other" "implementations by transfering directly from file pages to the network" "stack. On high-bandwidth connections it is able to seed at 3 times the" "speed of the official client." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }