network/deluge: Updated for version 1.2.0

This commit is contained in:
Marco Bonetti 2010-05-13 00:36:09 +02:00 committed by Erik Hanson
parent 536e14fb71
commit 9904452d56
3 changed files with 26 additions and 20 deletions

View File

@ -1,7 +1,7 @@
Deluge is a bittorrent client for Linux and other Unix-Like Deluge is a bittorrent client for Linux and other Unix-Like operating
operating systems. Deluge was created because of the lack of systems. Deluge was created because of the lack of a good, native, GTK based
a good, native, GTK based torrent solution for Linux. torrent solution for Linux.
Deluge requires libboost, pyxdg, pysetuptools and Deluge requires boost from Slackware and libtorrent-rasterbar, pyxdg,
optionaly notify-python that also can be pysetuptools, python-twisted, zope.interface, pyOpenSSL, chardet, Mako and
found in SlackBuilds.org repository. optionaly notify-python that can be found in SlackBuilds.org repository.

View File

@ -1,8 +1,10 @@
#!/bin/sh #!/bin/sh
# Slackware build script for deluge # Slackware build script for deluge.
# Written by Stylianos Tsampas (ztsampas@otenet.gr)
# # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met: # 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 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=deluge PRGNAM=deluge
VERSION=${VERSION:-1.1.0} VERSION=${VERSION:-1.2.0}
ARCH=${ARCH:-i486} ARCH=${ARCH:-i486}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -31,6 +33,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} OUTPUT=${OUTPUT:-/tmp}
DOCS="LICENSE ChangeLog* README"
if [ "$ARCH" = "i486" ]; then if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686" SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "i686" ]; then
@ -45,7 +49,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
@ -75,7 +79,7 @@ rm -r $PKG/usr/share/man
) )
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION 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/slack-desc > $PKG/usr/doc/$PRGNAM-$VERSION/slack-desc
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild 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 cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG 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}

View File

@ -1,8 +1,10 @@
PRGNAM="deluge" PRGNAM="deluge"
VERSION="1.1.0" VERSION="1.2.0"
HOMEPAGE="http://www.deluge-torrent.org/" HOMEPAGE="http://www.deluge-torrent.org/"
DOWNLOAD="http://download.deluge-torrent.org/source/1.1.0/deluge-1.1.0.tar.gz" DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.2.0.tar.bz2"
MD5SUM="22d8016934cc891da4e0b75949681703" MD5SUM="13ac84e9b5b0293eccb5d89a9fc49461"
MAINTAINER="Stylianos Tsampas" DOWNLOAD_x86_64=""
EMAIL="ztsampas@otenet.gr" MD5SUM_x86_64=""
APPROVED="dsomero" MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="Erik Hanson"