contrib/rtorrent/Pkgfile

18 lines
457 B
Plaintext
Raw Normal View History

2010-02-26 16:38:49 +01:00
# Description: bitorrent console client
# URL: http://libtorrent.rakshasa.no
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libtorrent
name=rtorrent
2011-06-21 19:43:02 +02:00
version=0.8.9
2010-02-26 16:38:49 +01:00
release=1
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
2010-02-26 16:56:14 +01:00
./configure --prefix=/usr --mandir=/usr/man
2010-02-26 16:38:49 +01:00
make
make install DESTDIR=$PKG
2011-01-23 16:38:41 +01:00
install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
2010-02-26 16:38:49 +01:00
}