# Description: torrent library # URL: https://rakshasa.github.io/rtorrent # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: curl libsigc++ name=libtorrent version=0.15.1 release=1 source=(https://github.com/rakshasa/libtorrent/archive/v$version/$name-$version.tar.gz) build() { cd $name-$version autoreconf -vfi ./configure --prefix=/usr \ --enable-debug=no make make install DESTDIR=$PKG }