contrib/rtorrent/Pkgfile
2010-02-26 16:56:14 +01:00

17 lines
393 B
Plaintext

# Description: bitorrent console client
# URL: http://libtorrent.rakshasa.no
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libtorrent
name=rtorrent
version=0.8.6
release=1
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make install DESTDIR=$PKG
}