wok-6.x diff duplicity/receipt @ rev 21006
updated gsl and gsl-dev (1.15 -> 2.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 09 10:08:12 2019 +0100 (2019-03-09) |
parents | 16df76e1fc6a |
children | 240fb3120638 |
line diff
1.1 --- a/duplicity/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/duplicity/receipt Sat Mar 09 10:08: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.