wok-next rev 21585

updated deluge (1.3.15 -> 2.0.3)
author Hans-G?nter Theisgen
date Tue Jun 23 16:59:31 2020 +0100 (2020-06-23)
parents bd415b6dad46
children 4e476a28c434
files deluge/receipt
line diff
     1.1 --- a/deluge/receipt	Tue Jun 23 16:38:46 2020 +0100
     1.2 +++ b/deluge/receipt	Tue Jun 23 16:59:31 2020 +0100
     1.3 @@ -1,27 +1,29 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="deluge"
     1.7 -VERSION="1.3.15"
     1.8 +VERSION="2.0.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A bittorrent client written with Python and PyGTK"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="https://deluge-torrent.org/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WGET_URL="http://download.deluge-torrent.org/source/$TARBALL"
    1.18 +WGET_URL="https://ftp.osuosl.org/pub/$PACKAGE/source/${VERSION%.*}//$TARBALL"
    1.19  
    1.20  COOKOPTS="force-arch" # different .egg
    1.21  
    1.22 -BUILD_DEPENDS="python intltool"
    1.23 +BUILD_DEPENDS="intltool python"
    1.24  
    1.25 -compile_rules() {
    1.26 +compile_rules()
    1.27 +{
    1.28  	python -B setup.py build &&
    1.29  	python -B setup.py install --prefix=/usr --root=$install
    1.30  }
    1.31  
    1.32 -genpkg_rules() {
    1.33 +genpkg_rules()
    1.34 +{
    1.35  	copy @std
    1.36 -	DEPENDS="libtorrent-rasterbar python-pyopenssl python-chardet python-pyxdg \
    1.37 -	python-twisted xdg-utils python-pygtk"
    1.38 +	DEPENDS="libtorrent-rasterbar python-chardet python-pygtk
    1.39 +		python-pyopenssl python-pyxdg python-twisted xdg-utils"
    1.40  }