wok-current diff deluge/receipt @ rev 20928
updated fltk-blocks, fltk-checkers, fltk-colbrowser, fltk-dev, fltk-doc, fltk-editor, and fltk-sudoku again (1.3.3 -> 1.3.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 02 13:17:05 2019 +0100 (2019-03-02) |
parents | a78610b2eb47 |
children | 92f3f0b09500 |
line diff
1.1 --- a/deluge/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/deluge/receipt Sat Mar 02 13:17:05 2019 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="deluge" 1.7 -VERSION="1.3.6" 1.8 +VERSION="1.3.15" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A bittorrent client written with python and pygtk" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://deluge-torrent.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="https://deluge-torrent.org/" 1.17 WGET_URL="http://download.deluge-torrent.org/source/$TARBALL" 1.18 1.19 DEPENDS="libtorrent-rasterbar pyopenssl python-chardet python-xdg setuptools twisted xdg-utils pygtk" 1.20 @@ -17,7 +18,10 @@ 1.21 compile_rules() 1.22 { 1.23 LC_ALL=C python setup.py build 1.24 - LC_ALL=C python setup.py install --prefix=/usr --root=$DESTDIR --optimize=1 1.25 + LC_ALL=C python setup.py install \ 1.26 + --prefix=/usr \ 1.27 + --root=$DESTDIR \ 1.28 + --optimize=1 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.