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
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.
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.

View File

@ -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}

View File

@ -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"