wok-undigest annotate duplicity/receipt @ rev 899

Add duplicity
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 02 09:11:17 2013 +0100 (2013-01-02)
parents
children
rev   line source
pascal@899 1 # SliTaz package receipt.
pascal@899 2
pascal@899 3 PACKAGE="duplicity"
pascal@899 4 VERSION="0.6.20"
pascal@899 5 CATEGORY="network"
pascal@899 6 SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm."
pascal@899 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@899 8 WEB_SITE="http://duplicity.nongnu.org/"
pascal@899 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@899 10 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
pascal@899 11
pascal@899 12 DEPENDS="python librsync gnupg paramiko cryptopp lftp"
pascal@899 13 BUILD_DEPENDS="wget python-dev $DEPENDS"
pascal@899 14 # NcFTP boto librsync-dev
pascal@899 15
pascal@899 16 # Rules to configure and make the package.
pascal@899 17 compile_rules()
pascal@899 18 {
pascal@899 19 cd $src
pascal@899 20 ./setup.py install --root=$DESTDIR install
pascal@899 21 }
pascal@899 22
pascal@899 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@899 24 genpkg_rules()
pascal@899 25 {
pascal@899 26 cp -a $install/* $fs
pascal@899 27 }