# HG changeset patch # User Hans-G?nter Theisgen # Date 1550582036 -3600 # Node ID 699d96f4d88188aa30b2f388770dd708415a1c52 # Parent b4a43344449e1a2b771a6114f3643a50e3b525e0 updated deluge (1.3.6 -> 1.3.15) diff -r b4a43344449e -r 699d96f4d881 deluge/receipt --- a/deluge/receipt Tue Feb 19 10:10:09 2019 +0100 +++ b/deluge/receipt Tue Feb 19 14:13:56 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="deluge" -VERSION="1.3.6" +VERSION="1.3.15" CATEGORY="network" SHORT_DESC="A bittorrent client written with python and pygtk" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL3" +WEB_SITE="https://deluge-torrent.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://deluge-torrent.org/" WGET_URL="http://download.deluge-torrent.org/source/$TARBALL" DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg setuptools twisted xdg-utils pygtk" @@ -17,7 +18,10 @@ compile_rules() { LC_ALL=C python setup.py build - LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1 + LC_ALL=C python setup.py install \ + --prefix=/usr \ + --root=$DESTDIR \ + --optimize=1 } # Rules to gen a SliTaz package suitable for Tazpkg.