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>
This commit is contained in:
parent
f33c0b5139
commit
f1b19d905d
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue