summaryrefslogtreecommitdiff
path: root/network/rtorrent/rtorrent.SlackBuild
diff options
context:
space:
mode:
authorbkysela <bkysela@gmail.com>2015-11-28 07:14:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:25:59 +0700
commit0fdfc870eae7460e63d02f3b1d4f280ff0b30199 (patch)
treec5834615ee5eb33f0b604603d8fdd8dd676e9e9d /network/rtorrent/rtorrent.SlackBuild
parent1bfadd7fb39f6fb5c75c63c0fd4a7c7d1cb1989f (diff)
downloadslackbuilds-0fdfc870eae7460e63d02f3b1d4f280ff0b30199.tar.gz
network/rtorrent: Updated for version 0.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/rtorrent/rtorrent.SlackBuild')
-rw-r--r--network/rtorrent/rtorrent.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild
index 8fbd35bcbe..2ea4277a72 100644
--- a/network/rtorrent/rtorrent.SlackBuild
+++ b/network/rtorrent/rtorrent.SlackBuild
@@ -11,8 +11,8 @@
# Updated to 0.9.0 by Brian Kysela 2011-12-12
PRGNAM=rtorrent
-VERSION=${VERSION:-0.9.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.9.6}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -71,11 +71,6 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Taken out as developer removed "out-of-date man page". If you want it back
-# in you will need to edit doc/Makefile.am in the source and uncomment
-# 'man_MANS = rtorrent.1' as well as the line below.
-#gzip -9 $PKG/usr/man/man?/*.?
-
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true