#Maintainer: Andy Conrad #Former maintainer: Wakizaki pkgname=libtorrent-rasterbar pkgver=0.15.8 pkgrel=1 zenver=72 arch=i486 source=("http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/her0_01/$pkgname/$zenver docs=("authors" "changelog" "copying" "news" "readme") options=('norequiredbuilder') url=http://www.rasterbar.com/products/libtorrent/index.html extradepends=("boost") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - A bittorent C++ library." "A feature complete C++ bittorrent implementation focusing on" "efficiency and scalability. It runs on embedded devices as well as" "desktops. It boasts a well documented library interface that is easy" "to use. It comes with a simple bittorrent client demonstrating the use" "of the library." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-debug make || return 1 make install DESTDIR=$startdir/pkg }