diff options
author | Brian Kysela <brian.kysela@gmail.com> | 2011-06-17 21:09:08 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-17 21:09:08 -0500 |
commit | 60e9ecaacc27ba77e78b30d210140586086167ca (patch) | |
tree | 6bece222e920fc32a77a0367dcd6b8354c05dce9 /network/rtorrent/rtorrent.SlackBuild | |
parent | 9471cda8de56bc1b958199dd979c684baacfbf73 (diff) | |
download | slackbuilds-60e9ecaacc27ba77e78b30d210140586086167ca.tar.gz |
network/rtorrent: Updated for version 0.8.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/rtorrent/rtorrent.SlackBuild')
-rw-r--r-- | network/rtorrent/rtorrent.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/rtorrent/rtorrent.SlackBuild b/network/rtorrent/rtorrent.SlackBuild index 2555844741..18d43e7dfb 100644 --- a/network/rtorrent/rtorrent.SlackBuild +++ b/network/rtorrent/rtorrent.SlackBuild @@ -6,10 +6,11 @@ # Updated to include rtorrent.rc 2010-04-20 # Updated to 0.8.7 by Brian Kysela 2010-10-27 # Patched for new ncurses in 13.37 by rworkman +# Updated to 0.8.8 by Brian Kysela 2011-05-09 PRGNAM=rtorrent -VERSION=0.8.7 -BUILD=${BUILD:-2} +VERSION=0.8.8 +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -50,8 +51,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . -patch -p1 < $CWD/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |