mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/deluge: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12315a1683
commit
7c0e0cd2a6
2 changed files with 19 additions and 9 deletions
|
@ -3,6 +3,8 @@
|
|||
# Slackware build script for deluge.
|
||||
|
||||
# Copyright 2010-2011 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2019 Logan Rathbone <poprocks@gmail.com>
|
||||
#
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,9 +23,17 @@
|
|||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# CHANGELOG
|
||||
#
|
||||
# 20191118 Logan Rathbone <poprocks@gmail.com> 2.0.3-1
|
||||
# - Update for 2.0.3
|
||||
# - Additional dependencies: MarkupSafe, setproctitle, rencode,
|
||||
# service_identity
|
||||
#
|
||||
|
||||
PRGNAM=deluge
|
||||
VERSION=${VERSION:-1.3.15}
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,7 +50,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="LICENSE ChangeLog* README"
|
||||
DOCS="AUTHORS LICENSE CHANGELOG.md README.md"
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
|
@ -58,7 +68,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="deluge"
|
||||
VERSION="1.3.15"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="https://www.deluge-torrent.org/"
|
||||
DOWNLOAD="http://download.deluge-torrent.org/source/deluge-1.3.15.tar.bz2"
|
||||
MD5SUM="96cdc53cd184df0052e8394d087e2723"
|
||||
DOWNLOAD="https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz"
|
||||
MD5SUM="fbe784ebed006cd93c9a50f7c0530051"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Mako libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg"
|
||||
MAINTAINER="Gerardo Zamduio"
|
||||
EMAIL="gerardo.zamudio@linux.com"
|
||||
REQUIRES="Mako MarkupSafe libtorrent-rasterbar pyOpenSSL python-chardet python-twisted pyxdg rencode service_identity setproctitle"
|
||||
MAINTAINER="Logan Rathbone"
|
||||
EMAIL="poprocks@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue