contrib/rtorrent/Pkgfile

18 lines
486 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 libsigc++
2010-02-26 16:38:49 +01:00
name=rtorrent
2014-06-16 21:45:08 +02:00
version=0.9.4
2012-11-20 23:33:58 +01:00
release=1
2010-02-26 16:38:49 +01:00
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --enable-debug=no
2010-02-26 16:38:49 +01:00
make
make install DESTDIR=$PKG
2012-11-20 23:33:58 +01:00
#install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
2010-02-26 16:38:49 +01:00
}