forked from ports/contrib
rtorrent: adopted port
This commit is contained in:
parent
b1ad7b7b89
commit
d8053cd589
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user