diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index c924d01789c..1d63efcea7d 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -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 " -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 +}