contrib/libtorrent/Pkgfile
2012-07-05 09:30:05 +02:00

17 lines
393 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.2
release=2
source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-debug=no
make
make install DESTDIR=$PKG
}