contrib/libtorrent/Pkgfile

17 lines
375 B
Plaintext
Raw Normal View History

2010-02-26 16:39:05 +01:00
# Description: torrent library
# URL: http://libtorrent.rakshasa.no
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libsigc++ curl
name=libtorrent
2011-06-21 19:39:18 +02:00
version=0.12.9
2010-02-26 16:39:05 +01:00
release=1
source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}