wok view duplicity/receipt @ rev 15146
cocoalib: create Makefile_dependencies (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 12:56:59 2013 +0000 (2013-08-15) |
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 }