wok-next annotate 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
rev   line source
al@20824 1 # SliTaz package receipt v2.
slaxemulator@6953 2
slaxemulator@6953 3 PACKAGE="deluge"
Hans-G?nter@21585 4 VERSION="2.0.3"
slaxemulator@6953 5 CATEGORY="network"
al@20824 6 SHORT_DESC="A bittorrent client written with Python and PyGTK"
Hans-G?nter@21585 7 MAINTAINER="maintainer@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://deluge-torrent.org/"
al@20824 10
al@20824 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21585 12 WGET_URL="https://ftp.osuosl.org/pub/$PACKAGE/source/${VERSION%.*}//$TARBALL"
Hans-G?nter@21586 13 # https://ftp.osuosl.org/pub/deluge/source/2.0/deluge-2.0.3.tar.xz.sha256
Hans-G?nter@21586 14 TARBALL_SHA256="7e7ae8e6ca2a2bf0d487227cecf81e27332f0b92b567cc2bda38e47d859da891"
slaxemulator@6953 15
al@21094 16 COOKOPTS="force-arch" # different .egg
al@21094 17
Hans-G?nter@21585 18 BUILD_DEPENDS="intltool python"
slaxemulator@11093 19
Hans-G?nter@21585 20 compile_rules()
Hans-G?nter@21585 21 {
al@21020 22 python -B setup.py build &&
al@21020 23 python -B setup.py install --prefix=/usr --root=$install
slaxemulator@6953 24 }
slaxemulator@6953 25
Hans-G?nter@21585 26 genpkg_rules()
Hans-G?nter@21585 27 {
al@20824 28 copy @std
Hans-G?nter@21585 29 DEPENDS="libtorrent-rasterbar python-chardet python-pygtk
Hans-G?nter@21585 30 python-pyopenssl python-pyxdg python-twisted xdg-utils"
slaxemulator@6953 31 }