duplicity: update to 0.6.25

This commit is contained in:
Alessio Sergi 2014-11-13 11:36:45 +01:00
parent d7765dff16
commit 19457a5e54
1 changed files with 12 additions and 7 deletions

View File

@ -1,15 +1,20 @@
# Template file for 'duplicity'
pkgname=duplicity
version=0.6.24
revision=2
version=0.6.25
revision=1
build_style="python-module"
hostmakedepends="python-devel python-setuptools"
makedepends="librsync-devel ${hostmakedepends}"
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
depends="python-lockfile"
pycompile_module="duplicity"
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/"
license="GPL-2"
maintainer="Steven R <dev@styez.com>"
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=ac44f44abc1c5fe775a49b77e722d238c0b3bbb105e083fd505e2dca8e2c1725
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}