summaryrefslogtreecommitdiff
path: root/rtorrent
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-02-24 10:21:47 +0000
committerTim Biermann <tbier@posteo.de>2021-02-24 10:21:47 +0000
commitd8053cd5890c61bfa89c0eb2c79b74dee3912c54 (patch)
tree7ec97271358d86d617b41c55a960a2c6d70a4720 /rtorrent
parentb1ad7b7b89d844d52136cb985fb5bd4853cc0115 (diff)
downloadcontrib-d8053cd5890c61bfa89c0eb2c79b74dee3912c54.tar.gz
contrib-d8053cd5890c61bfa89c0eb2c79b74dee3912c54.tar.xz
rtorrent: adopted port
Diffstat (limited to 'rtorrent')
-rw-r--r--rtorrent/.signature4
-rw-r--r--rtorrent/Pkgfile13
2 files changed, 7 insertions, 10 deletions
diff --git a/rtorrent/.signature b/rtorrent/.signature
index c3a488c1f..62f819275 100644
--- a/rtorrent/.signature
+++ b/rtorrent/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF34IcIKSOKN9d0qpSoMQTy7EAGRTb2qOu2dI6T6bP6ZXSfp37B8cm0oCwk+rhFdSG2zIMcfkxaQg0xGit78c7AQM=
-SHA256 (Pkgfile) = a699722bbc5b136f280d372d2bcab9ad8740ed2bb8684704db7b81358cd6d7bd
+RWSagIOpLGJF32Jknyie+msVyMM1z8dfcewCg+zuD9PTqGYXBh1nVpxEIwfFJ60a0MQ0CQp/Gc3MduRTDJe/S45fflcPCQWI9AA=
+SHA256 (Pkgfile) = 1c35f050dab2baff8d68e912e134f48b02725fe0a7fca325ba071cfce55d1194
SHA256 (.footprint) = 31031c6a85aaa36356c5cbb77cfee5869eadddc154ced824263f8338b1266cc9
SHA256 (rtorrent-0.9.8.tar.gz) = 9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af
diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile
index 9592a7930..81f1de98c 100644
--- a/rtorrent/Pkgfile
+++ b/rtorrent/Pkgfile
@@ -1,7 +1,7 @@
# Description: bitorrent console client
-# URL: https://rakshasa.github.io/rtorrent
-# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on: libtorrent
+# URL: https://rakshasa.github.io/rtorrent
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: libtorrent
name=rtorrent
version=0.9.8
@@ -11,12 +11,9 @@ source=(http://rtorrent.net/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
- # remove cppunit dependency
- sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
./autogen.sh
-
./configure --prefix=/usr --enable-debug=no
+
make
- make install DESTDIR=$PKG
- #install -m 644 -D doc/old/rtorrent.1 $PKG/usr/share/man/man1/rtorrent.1
+ make DESTDIR=$PKG install
}

Generated by cgit