# Description: C++ bittorent library # URL: http://libtorrent.rakshasa.no/ # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Depends on: libsigc++ name=rb_libtorrent version=0.11.8 release=1 source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz) build() { cd libtorrent-$version ./configure \ --prefix=/usr \ --disable-nls \ --disable-debug make make install DESTDIR=$PKG }