wok-6.x rev 20856
updated duplicity (0.6.20 -> 0.7.18.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 17:16:12 2019 +0100 (2019-02-21) |
parents | 684b86356e87 |
children | 4145e48d6b69 |
files | duplicity/receipt |
line diff
1.1 --- a/duplicity/receipt Thu Feb 21 16:54:46 2019 +0100 1.2 +++ b/duplicity/receipt Thu Feb 21 17:16:12 2019 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="duplicity" 1.7 -VERSION="0.6.20" 1.8 +VERSION="0.7.18.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://duplicity.nongnu.org/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL" 1.17 +WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*.*}-series/$VERSION/+download/$TARBALL" 1.18 1.19 DEPENDS="python librsync gnupg paramiko cryptopp lftp" 1.20 -BUILD_DEPENDS="wget python-dev $DEPENDS" 1.21 +BUILD_DEPENDS="$DEPENDS python-dev setuptools" 1.22 # NcFTP boto librsync-dev 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - ./setup.py install --root=$DESTDIR install 1.28 + ./setup.py install --root=$DESTDIR 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.