contrib/rtorrent/Pkgfile
2012-11-20 23:33:58 +01:00

18 lines
476 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.9.3
release=1
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --enable-debug=no
make
make install DESTDIR=$PKG
#install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
}