wok annotate duplicity/receipt @ rev 22435
john 1.8.0 -> 1.9.0
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 22 15:38:26 2019 +0000 (2019-12-22) |
parents | 9a77299cfd4a |
children | 276ee4395f10 |
rev | line source |
---|---|
pascal@14377 | 1 # SliTaz package receipt. |
pascal@14377 | 2 |
pascal@14377 | 3 PACKAGE="duplicity" |
Hans-G?nter@20856 | 4 VERSION="0.7.18.2" |
pascal@14377 | 5 CATEGORY="network" |
pascal@14377 | 6 SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm." |
pascal@14377 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@14377 | 9 WEB_SITE="http://duplicity.nongnu.org/" |
Hans-G?nter@20856 | 10 |
pascal@14377 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@20856 | 12 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*.*}-series/$VERSION/+download/$TARBALL" |
pascal@14377 | 13 |
pascal@14377 | 14 DEPENDS="python librsync gnupg paramiko cryptopp lftp" |
pascal@21580 | 15 BUILD_DEPENDS="$DEPENDS python-dev python-setuptools" |
pascal@14377 | 16 # NcFTP boto librsync-dev |
pascal@14377 | 17 |
pascal@14377 | 18 # Rules to configure and make the package. |
pascal@14377 | 19 compile_rules() |
pascal@14377 | 20 { |
Hans-G?nter@20856 | 21 ./setup.py install --root=$DESTDIR |
pascal@14377 | 22 } |
pascal@14377 | 23 |
pascal@14377 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14377 | 25 genpkg_rules() |
pascal@14377 | 26 { |
pascal@14377 | 27 cp -a $install/* $fs |
pascal@14377 | 28 } |