wok annotate duplicity/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 240fb3120638
children bfabe25c21ff
rev   line source
pascal@14377 1 # SliTaz package receipt.
pascal@14377 2
pascal@14377 3 PACKAGE="duplicity"
Hans-G?nter@22743 4 VERSION="0.8.09"
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"
Hans-G?nter@22743 9 WEB_SITE="https://nongnu.org/duplicity/"
Hans-G?nter@20856 10
pascal@14377 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22743 12 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
pascal@14377 13
Hans-G?nter@22743 14 DEPENDS="cryptopp gnupg lftp librsync paramiko py3k"
Hans-G?nter@22743 15 BUILD_DEPENDS="librsync py3k py3k-dev python-setuptools"
Hans-G?nter@22743 16 # NcFTP boto
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 }