wok-next view deluge/receipt @ rev 20976
Follow recent changes in the Python renames
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 25 17:35:51 2018 +0300 (2018-09-25) |
parents | c022997c7a57 |
children | d5aab818505e |
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="slaxemulator@gmail.com"
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 BUILD_DEPENDS="python intltool"
16 compile_rules() {
17 python setup.py build &&
18 python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="libtorrent-rasterbar python-pyopenssl python-chardet python-pyxdg \
24 python-twisted xdg-utils python-pygtk"
25 }