wok-next view deluge/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children 2aa1d15b3d38
line source
1 # SliTaz package receipt v2.
3 PACKAGE="deluge"
4 VERSION="1.3.15"
5 CATEGORY="network"
6 SHORT_DESC="A bittorrent client written with Python and PyGTK"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://deluge-torrent.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://download.deluge-torrent.org/source/$TARBALL"
14 COOKOPTS="force-arch" # different .egg
16 BUILD_DEPENDS="python intltool"
18 compile_rules() {
19 python -B setup.py build &&
20 python -B setup.py install --prefix=/usr --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="libtorrent-rasterbar python-pyopenssl python-chardet python-pyxdg \
26 python-twisted xdg-utils python-pygtk"
27 }