wok view duplicity/receipt @ rev 21620

linld: more ram for zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 25 13:19:35 2019 +0200 (2019-05-25)
parents 9a77299cfd4a
children 276ee4395f10
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 python-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 }