wok-next annotate deluge/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents d5aab818505e
children 2aa1d15b3d38
rev   line source
al@20824 1 # SliTaz package receipt v2.
slaxemulator@6953 2
slaxemulator@6953 3 PACKAGE="deluge"
al@20824 4 VERSION="1.3.15"
slaxemulator@6953 5 CATEGORY="network"
al@20824 6 SHORT_DESC="A bittorrent client written with Python and PyGTK"
al@21020 7 MAINTAINER="devel@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"
slaxemulator@6953 12 WGET_URL="http://download.deluge-torrent.org/source/$TARBALL"
slaxemulator@6953 13
al@21094 14 COOKOPTS="force-arch" # different .egg
al@21094 15
al@20824 16 BUILD_DEPENDS="python intltool"
slaxemulator@11093 17
al@20824 18 compile_rules() {
al@21020 19 python -B setup.py build &&
al@21020 20 python -B setup.py install --prefix=/usr --root=$install
slaxemulator@6953 21 }
slaxemulator@6953 22
al@20824 23 genpkg_rules() {
al@20824 24 copy @std
al@20976 25 DEPENDS="libtorrent-rasterbar python-pyopenssl python-chardet python-pyxdg \
al@20976 26 python-twisted xdg-utils python-pygtk"
slaxemulator@6953 27 }