rtorrent: 0.9.4 -> 0.9.6

This commit is contained in:
Thomas Penteker 2015-11-30 00:32:57 +01:00
parent e9cde8095e
commit a897ffc9e4
3 changed files with 16 additions and 7 deletions

View File

@ -1,3 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rtorrent
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rtorrent
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/rtorrent.1.gz

View File

@ -1 +1 @@
fd9490a2ac67d0fa2a567c6267845876 rtorrent-0.9.4.tar.gz
b8b4009f95f8543244ae1d23b1810d7c 0.9.6.tar.gz

View File

@ -4,14 +4,19 @@
# Depends on: libtorrent libsigc++
name=rtorrent
version=0.9.4
version=0.9.6
release=1
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
source=(https://github.com/rakshasa/rtorrent/archive/${version}.tar.gz)
build() {
cd $name-$version
# remove cppunit dependency
sed -i '/AM_PATH_CPPUNIT(.*)/d' configure.ac
./autogen.sh
./configure --prefix=/usr --mandir=/usr/man --enable-debug=no
make
make install DESTDIR=$PKG
#install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
install -m 644 -D doc/old/rtorrent.1 $PKG/usr/share/man/man1/rtorrent.1
}