wok view duplicity/receipt @ rev 18661

python-opengl: cleanup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 03 18:45:29 2015 +0100 (2015-12-03)
parents 7896f0694ef6
children 9a77299cfd4a
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 ./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 }