contrib/rtorrent/Pkgfile

20 lines
430 B
Plaintext
Raw Normal View History

2010-02-26 16:38:49 +01:00
# Description: bitorrent console client
2021-02-24 11:21:47 +01:00
# URL: https://rakshasa.github.io/rtorrent
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libtorrent
2010-02-26 16:38:49 +01:00
name=rtorrent
2019-10-05 07:47:51 +02:00
version=0.9.8
2012-11-20 23:33:58 +01:00
release=1
2021-10-16 20:30:23 +02:00
source=(https://github.com/rakshasa/rtorrent/releases/download/v$version/$name-$version.tar.gz)
2010-02-26 16:38:49 +01:00
build() {
cd $name-$version
2015-11-30 00:32:57 +01:00
./autogen.sh
2021-10-16 20:30:23 +02:00
./configure --prefix=/usr \
--enable-debug=no
2010-02-26 16:38:49 +01:00
make
2021-02-24 11:21:47 +01:00
make DESTDIR=$PKG install
2010-02-26 16:38:49 +01:00
}