wok rev 20821

updated deluge (1.3.6 -> 1.3.15)
author Hans-G?nter Theisgen
date Tue Feb 19 14:13:56 2019 +0100 (2019-02-19)
parents b4a43344449e
children dd80d134f7ea
files deluge/receipt
line diff
     1.1 --- a/deluge/receipt	Tue Feb 19 10:10:09 2019 +0100
     1.2 +++ b/deluge/receipt	Tue Feb 19 14:13:56 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="deluge"
     1.7 -VERSION="1.3.6"
     1.8 +VERSION="1.3.15"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A bittorrent client written with python and pygtk"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://deluge-torrent.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="https://deluge-torrent.org/"
    1.17  WGET_URL="http://download.deluge-torrent.org/source/$TARBALL"
    1.18  
    1.19  DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg setuptools twisted xdg-utils pygtk"
    1.20 @@ -17,7 +18,10 @@
    1.21  compile_rules()
    1.22  {
    1.23  	LC_ALL=C python setup.py build
    1.24 -	LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1
    1.25 +	LC_ALL=C python setup.py install \
    1.26 +		--prefix=/usr \
    1.27 +		--root=$DESTDIR \
    1.28 +		--optimize=1
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.