wok-next view deluge/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 2aa1d15b3d38
children
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"
13 # https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz.sha256
14 TARBALL_SHA256="7e7ae8e6ca2a2bf0d487227cecf81e27332f0b92b567cc2bda38e47d859da891"
16 COOKOPTS="force-arch" # different .egg
18 BUILD_DEPENDS="intltool python"
20 compile_rules()
21 {
22 python -B setup.py build &&
23 python -B setup.py install --prefix=/usr --root=$install
24 }
26 genpkg_rules()
27 {
28 copy @std
29 DEPENDS="libtorrent-rasterbar python-chardet python-pygtk
30 python-pyopenssl python-pyxdg python-twisted xdg-utils"
31 }