wok annotate duplicity/receipt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 7896f0694ef6
children 9a77299cfd4a
rev   line source
pascal@14377 1 # SliTaz package receipt.
pascal@14377 2
pascal@14377 3 PACKAGE="duplicity"
pascal@14377 4 VERSION="0.6.20"
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/"
pascal@14377 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14377 11 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
pascal@14377 12
pascal@14377 13 DEPENDS="python librsync gnupg paramiko cryptopp lftp"
pascal@14377 14 BUILD_DEPENDS="wget python-dev $DEPENDS"
pascal@14377 15 # NcFTP boto librsync-dev
pascal@14377 16
pascal@14377 17 # Rules to configure and make the package.
pascal@14377 18 compile_rules()
pascal@14377 19 {
pascal@14377 20 ./setup.py install --root=$DESTDIR install
pascal@14377 21 }
pascal@14377 22
pascal@14377 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14377 24 genpkg_rules()
pascal@14377 25 {
pascal@14377 26 cp -a $install/* $fs
pascal@14377 27 }