wok diff tahoe-lafs/receipt @ 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 (22 months ago)
parents 0aa534391a15
children 5db546345599
line diff
     1.1 --- a/tahoe-lafs/receipt	Mon May 16 10:11:22 2022 +0000
     1.2 +++ b/tahoe-lafs/receipt	Mon Jul 25 07:43:39 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tahoe-lafs"
     1.7 -VERSION="1.13.0"
     1.8 +VERSION="1.17.1"
     1.9  CATEGORY="system-tools"
    1.10  TAGS="filesystem backup"
    1.11  SHORT_DESC="Cloud storage system."
    1.12 @@ -12,9 +12,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$WEB_SITE/archive/refs/tags/$TARBALL"
    1.15  
    1.16 -DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1 \
    1.17 -	python-pycryptopp python-simplejson python-zfec \
    1.18 -	twisted zopeinterface"
    1.19 +DEPENDS="pycrypto pyopenssl python python-foolscap python-mock python-pyasn1
    1.20 +	python-pycryptopp python-simplejson python-zfec twisted zopeinterface"
    1.21  BUILD_DEPENDS="gmp-dev openssl-dev python-dev python-setuptools"
    1.22  
    1.23  # What is the latest version available today?
    1.24 @@ -27,12 +26,12 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	python setup.py build
    1.29 +	python setup.py build &&
    1.30  	python setup.py install --root=$DESTDIR
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	cp -a $install/usr $fs
    1.37 +	cp -a $install/usr	$fs
    1.38  }