SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "duplicity"

# SliTaz package receipt.

PACKAGE="duplicity"
VERSION="0.8.09"
CATEGORY="network"
SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://nongnu.org/duplicity/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://ftp.cc.uoc.gr/mirrors/nongnu.org/$PACKAGE/$TARBALL"

DEPENDS="cryptopp gnupg lftp librsync paramiko py3k"
BUILD_DEPENDS="librsync py3k py3k-dev python-setuptools"
# NcFTP boto 

# What is the latest version available today?
current_version()
{
    wget -O - https://launchpad.net/duplicity/+download 2>/dev/null | \
    sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    ./setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)