wok view duplicity/receipt @ rev 15520

Up: thunderbird-langpack-pt_PT (17.0.10esr)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 19 22:24:29 2013 +0100 (2013-11-19)
parents 490539922a0d
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="duplicity"
4 VERSION="0.6.20"
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/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
13 DEPENDS="python librsync gnupg paramiko cryptopp lftp"
14 BUILD_DEPENDS="wget python-dev $DEPENDS"
15 # NcFTP boto librsync-dev
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./setup.py install --root=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }