wok-next view deluge/receipt @ 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 e19ff076dc63
children 4e476a28c434
line source
1 # SliTaz package receipt v2.
3 PACKAGE="deluge"
4 VERSION="2.0.3"
5 CATEGORY="network"
6 SHORT_DESC="A bittorrent client written with Python and PyGTK"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://deluge-torrent.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://ftp.osuosl.org/pub/$PACKAGE/source/${VERSION%.*}//$TARBALL"
14 COOKOPTS="force-arch" # different .egg
16 BUILD_DEPENDS="intltool python"
18 compile_rules()
19 {
20 python -B setup.py build &&
21 python -B setup.py install --prefix=/usr --root=$install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="libtorrent-rasterbar python-chardet python-pygtk
28 python-pyopenssl python-pyxdg python-twisted xdg-utils"
29 }