contrib/libtorrent/Pkgfile
2011-05-16 11:19:01 +02:00

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