diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 00:36:09 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:36:09 +0200 |
commit | 9904452d56a1cf26fe801c89fba888277e9a1b87 (patch) | |
tree | 6a9028ce8bb0cdb8e5452141e6bcaaf1562d107e /network | |
parent | 536e14fb711096cdb41eb95a3b88491d1438627a (diff) | |
download | slackbuilds-9904452d56a1cf26fe801c89fba888277e9a1b87.tar.gz |
network/deluge: Updated for version 1.2.0
Diffstat (limited to 'network')
-rw-r--r-- | network/deluge/README | 12 | ||||
-rw-r--r-- | network/deluge/deluge.SlackBuild | 20 | ||||
-rw-r--r-- | network/deluge/deluge.info | 14 |
3 files changed, 26 insertions, 20 deletions
diff --git a/network/deluge/README b/network/deluge/README index 759e112be7..b869ad9cff 100644 --- a/network/deluge/README +++ b/network/deluge/README @@ -1,7 +1,7 @@ -Deluge is a bittorrent client for Linux and other Unix-Like -operating systems. Deluge was created because of the lack of -a good, native, GTK based torrent solution for Linux. +Deluge is a bittorrent client for Linux and other Unix-Like operating +systems. Deluge was created because of the lack of a good, native, GTK based +torrent solution for Linux. -Deluge requires libboost, pyxdg, pysetuptools and -optionaly notify-python that also can be -found in SlackBuilds.org repository.
\ No newline at end of file +Deluge requires boost from Slackware and libtorrent-rasterbar, pyxdg, +pysetuptools, python-twisted, zope.interface, pyOpenSSL, chardet, Mako and +optionaly notify-python that can be found in SlackBuilds.org repository. diff --git a/network/deluge/deluge.SlackBuild b/network/deluge/deluge.SlackBuild index 7039aa6f84..6349c70023 100644 --- a/network/deluge/deluge.SlackBuild +++ b/network/deluge/deluge.SlackBuild @@ -1,8 +1,10 @@ #!/bin/sh -# Slackware build script for deluge -# Written by Stylianos Tsampas (ztsampas@otenet.gr) -# +# Slackware build script for deluge. + +# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> +# All rights reserved. +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -20,8 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -PRGNAM=deluge -VERSION=${VERSION:-1.1.0} +PRGNAM=deluge +VERSION=${VERSION:-1.2.0} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -31,6 +33,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +DOCS="LICENSE ChangeLog* README" + if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then @@ -45,7 +49,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . @@ -75,7 +79,7 @@ rm -r $PKG/usr/share/man ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE ChangeLog* README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/slack-desc > $PKG/usr/doc/$PRGNAM-$VERSION/slack-desc cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild @@ -84,4 +88,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/deluge/deluge.info b/network/deluge/deluge.info index 5a817e592d..1155838307 100644 --- a/network/deluge/deluge.info +++ b/network/deluge/deluge.info @@ -1,8 +1,10 @@ PRGNAM="deluge" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="http://www.deluge-torrent.org/" -DOWNLOAD="http://download.deluge-torrent.org/source/1.1.0/deluge-1.1.0.tar.gz" -MD5SUM="22d8016934cc891da4e0b75949681703" -MAINTAINER="Stylianos Tsampas" -EMAIL="ztsampas@otenet.gr" -APPROVED="dsomero" +DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.2.0.tar.bz2" +MD5SUM="13ac84e9b5b0293eccb5d89a9fc49461" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Marco Bonetti" +EMAIL="sid77@slackware.it" +APPROVED="Erik Hanson" |