contrib/rtorrent/Pkgfile

20 lines
393 B
Plaintext

# Description: bitorrent console client
# URL: https://rakshasa.github.io/rtorrent
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libtorrent
name=rtorrent
version=0.9.8
release=1
source=(http://rtorrent.net/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr --enable-debug=no
make
make DESTDIR=$PKG install
}