# Contributor: Matt Smith # Maintainer: Matt Smith pkgname=duplicity pkgver=0.6.12 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" arch="" license="GPL" depends="python py-boto ncftp librsync gnupg" makedepends="wget python-dev py-setuptools librsync-dev" install= subpackages="$pkgname-doc" source="https://code.launchpad.net/$pkgname/${pkgver:0:3}-series/$pkgver/+download/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" # apply patches here } build() { cd "$_builddir" python setup.py build || return 1 } package() { cd "$_builddir" python setup.py install --root "$pkgdir" } md5sums="9b84c984054550bbb2ba29b553567b7b duplicity-0.6.12.tar.gz"