wok rev 25344
updated tahoe-lafs (1.13.0 -> 1.17.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 25 07:43:39 2022 +0100 (2022-07-25) |
parents | 2b9ff117a412 |
children | 6e072873c163 |
files | tahoe-lafs/description.txt tahoe-lafs/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tahoe-lafs/description.txt Mon Jul 25 07:43:39 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +Tahoe-LAFS (Tahoe Least-Authority File Store) is the first 1.5 +free software and open-source storage technology that 1.6 +distributes your data across multiple servers. 1.7 +Even if some servers fail or are taken over by an attacker, 1.8 +the entire file store continues to function correctly, 1.9 +preserving your privacy and security.
2.1 --- a/tahoe-lafs/receipt Mon Jul 25 07:23:20 2022 +0100 2.2 +++ b/tahoe-lafs/receipt Mon Jul 25 07:43:39 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tahoe-lafs" 2.7 -VERSION="1.13.0" 2.8 +VERSION="1.17.1" 2.9 CATEGORY="system-tools" 2.10 TAGS="filesystem backup" 2.11 SHORT_DESC="Cloud storage system." 2.12 @@ -12,9 +12,8 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="$WEB_SITE/archive/refs/tags/$TARBALL" 2.15 2.16 -DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 \ 2.17 - python-pycryptopp python-simplejson python-zfec \ 2.18 - twisted zopeinterface" 2.19 +DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 2.20 + python-pycryptopp python-simplejson python-zfec twisted zopeinterface" 2.21 BUILD_DEPENDS="gmp-dev openssl-dev python-dev python-setuptools" 2.22 2.23 # What is the latest version available today? 2.24 @@ -27,12 +26,12 @@ 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 - python setup.py build 2.29 + python setup.py build && 2.30 python setup.py install --root=$DESTDIR 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 genpkg_rules() 2.35 { 2.36 - cp -a $install/usr $fs 2.37 + cp -a $install/usr $fs 2.38 }