contrib/libtorrent/Pkgfile
2016-05-28 13:14:23 +02:00

22 lines
483 B
Plaintext

# Description: torrent library
# URL: https://rakshasa.github.io/rtorrent
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libsigc++ curl
name=libtorrent
version=0.13.6
release=1
source=(http://rtorrent.net/downloads/libtorrent-$version.tar.gz)
build() {
cd $name-$version
# remove cppunit dependency
sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
./autogen.sh
./configure --prefix=/usr --enable-debug=no
make
make install DESTDIR=$PKG
}