wok-next rev 21467
updated tahoe-lafs (1.10.1 -> 1.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 12 17:47:20 2020 +0100 (2020-05-12) |
parents | e06f5760da48 |
children | b0b11cc6c10c |
files | tahoe-lafs/receipt |
line diff
1.1 --- a/tahoe-lafs/receipt Tue May 12 15:43:16 2020 +0100 1.2 +++ b/tahoe-lafs/receipt Tue May 12 17:47:20 2020 +0100 1.3 @@ -1,27 +1,30 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="tahoe-lafs" 1.7 -VERSION="1.10.1" 1.8 +VERSION="1.13.0" 1.9 CATEGORY="system-tools" 1.10 +TAGS="filesystem backup" 1.11 SHORT_DESC="Cloud storage system" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://tahoe-lafs.org/trac/tahoe-lafs" 1.15 1.16 -TARBALL="allmydata-tahoe-$VERSION.zip" 1.17 -WGET_URL="${WEB_SITE}source/$PACKAGE/releases/$TARBALL" # FIXME 1.18 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 +WGET_URL="https://tahoe-lafs.org/downloads/$TARBALL" 1.20 1.21 -BUILD_DEPENDS="python-dev gmp-dev openssl-dev" 1.22 +BUILD_DEPENDS="gmp-dev openssl-dev python-dev" 1.23 1.24 -compile_rules() { 1.25 +compile_rules() 1.26 +{ 1.27 python -B setup.py build && 1.28 python -B setup.py install --root=$install 1.29 } 1.30 1.31 -genpkg_rules() { 1.32 +genpkg_rules() 1.33 +{ 1.34 copy @std 1.35 - DEPENDS="python python-simplejson python-zope.interface python-twisted \ 1.36 - python-pyopenssl pycrypto python-zfec python-foolscap python-pyasn1 \ 1.37 - python-mock python-pycryptopp" 1.38 - TAGS="filesystem backup" 1.39 + 1.40 + DEPENDS="pycrypto python python-foolscap python-mock python-pyasn1 1.41 + python-pycryptopp python-pyopenssl python-simplejson 1.42 + python-twisted python-zfec python-zope.interface " 1.43 }