wok view duplicity/receipt @ rev 14576

eet-dev: fix deps
author Dominique Corbex <domcox@slitaz.org>
date Sat May 25 12:41:33 2013 +0200 (2013-05-25)
parents
children 7896f0694ef6
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 WEB_SITE="http://duplicity.nongnu.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL"
12 DEPENDS="python librsync gnupg paramiko cryptopp lftp"
13 BUILD_DEPENDS="wget python-dev $DEPENDS"
14 # NcFTP boto librsync-dev
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./setup.py install --root=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }