network/deluge: Updated for version 1.3.6.

Removed bundled libtorrent, added the dependency
libtorrent-rasterbar

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-14 21:03:43 +01:00 committed by Robby Workman
parent 1a012f5fdb
commit 4c11398730
2 changed files with 5 additions and 9 deletions

View file

@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=deluge
VERSION=${VERSION:-1.3.5}
LIBTVER=r7459
VERSION=${VERSION:-1.3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +62,6 @@ 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 . \

View file

@ -1,12 +1,10 @@
PRGNAM="deluge"
VERSION="1.3.5"
VERSION="1.3.6"
HOMEPAGE="http://www.deluge-torrent.org/"
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="http://download.deluge-torrent.org/source/deluge-1.3.6.tar.bz2"
MD5SUM="dfcf6023ac860e5f0beba8dfa5ee4f0c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Mako pyOpenSSL python2-chardet python-twisted pyxdg"
REQUIRES="Mako libtorrent-rasterbar pyOpenSSL python2-chardet python-twisted pyxdg"
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"