wok view duplicity/receipt @ rev 21147

updated git-gui (0.13.0 -> 0.21.0)
author Hans-G?nter Theisgen
date Thu Mar 28 16:40:03 2019 +0100 (2019-03-28)
parents 16df76e1fc6a
children 240fb3120638
line source
1 # SliTaz package receipt.
3 PACKAGE="duplicity"
4 VERSION="0.7.18.2"
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="http://duplicity.nongnu.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*.*}-series/$VERSION/+download/$TARBALL"
14 DEPENDS="python librsync gnupg paramiko cryptopp lftp"
15 BUILD_DEPENDS="$DEPENDS python-dev setuptools"
16 # NcFTP boto librsync-dev
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 }