wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="duplicity"
4 VERSION="0.8.09"
5 CATEGORY="network"
6 SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://nongnu.org/duplicity/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
14 DEPENDS="cryptopp gnupg lftp librsync paramiko py3k"
15 BUILD_DEPENDS="librsync py3k py3k-dev python-setuptools"
16 # NcFTP boto
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }