summaryrefslogtreecommitdiffstats
path: root/network/deluge
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-24 12:51:42 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-24 22:53:33 -0500
commitf1b19d905d62bcb5c02dc1d501b4ab10d5e1032d (patch)
treeb15bd61e529c7f3d9c3ffa281f98b0230b4b6b1c /network/deluge
parentf33c0b51399c210e48a7b1b8e1d20807073ac38a (diff)
downloadslackbuilds-f1b19d905d62bcb5c02dc1d501b4ab10d5e1032d.tar.gz
slackbuilds-f1b19d905d62bcb5c02dc1d501b4ab10d5e1032d.tar.xz
network/deluge: Updated for version 1.3.5.
This wants its own version of libtorrent, so added a tarball of its subversion branch to make it happy and avoid downloading from svn during the build Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/deluge')
-rw-r--r--network/deluge/deluge.SlackBuild5
-rw-r--r--network/deluge/deluge.info10
2 files changed, 9 insertions, 6 deletions
diff --git a/network/deluge/deluge.SlackBuild b/network/deluge/deluge.SlackBuild
index 0efdc7558d..be520c2518 100644
--- a/network/deluge/deluge.SlackBuild
+++ b/network/deluge/deluge.SlackBuild
@@ -23,7 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=deluge
-VERSION=${VERSION:-1.3.3}
+VERSION=${VERSION:-1.3.5}
+LIBTVER=r7459
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +63,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
-
+tar xvf $CWD/libtorrent-$LIBTVER.tar.?z*
chown -R root:root .
find . \
diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info
index 2d69d707ed..794e386b63 100644
--- a/network/deluge/deluge.info
+++ b/network/deluge/deluge.info
@@ -1,10 +1,12 @@
PRGNAM="deluge"
-VERSION="1.3.3"
+VERSION="1.3.5"
HOMEPAGE="http://www.deluge-torrent.org/"
-DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.3.3.tar.bz2"
-MD5SUM="4027c60bb5d1c5da61e97a47e62ab1ab"
+DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.3.5.tar.bz2 \
+ http://ponce.cc/slackware/sources/repo/libtorrent-r7459.tar.xz"
+MD5SUM="f17ef6686f33e12694b44976e5ed7721 \
+ 871fb322dd0bf5233479b9cf895c04ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Mako libtorrent-rasterbar pyOpenSSL python-twisted pyxdg"
+REQUIRES="Mako pyOpenSSL python-twisted pyxdg"
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"