contrib/libtorrent/Pkgfile
2015-11-30 00:11:37 +01:00

22 lines
478 B
Plaintext

# Description: torrent library
# URL: http://libtorrent.rakshasa.no
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libsigc++ curl
name=libtorrent
version=0.13.6
release=1
source=(https://github.com/rakshasa/$name/archive/$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
}