From 3d95c879a6b4bd5eb025c1d896696b8297d63f1f Mon Sep 17 00:00:00 2001 From: wertyi48 Date: Sat, 22 Feb 2014 18:28:44 -0400 Subject: [PATCH] duplicity: misc tweak; rev bump; add missing deps. --- srcpkgs/duplicity/template | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 5de27f93f9a..de822417ad5 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,20 +1,15 @@ # Template file for 'duplicity' pkgname=duplicity version=0.6.23 -revision=1 +revision=2 distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz" checksum="7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60" -build_style=python-module +build_style="python-module" +pycompile_module="duplicity" hostmakedepends="python-devel" makedepends="librsync-devel" -depends="python>=2.7" -pycompile_module="duplicity" -maintainer="Steven R " +depends="python-lockfile" +maintainer="Steven R " homepage="http://duplicity.nongnu.org/" -license="GPL" -short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm." - -pre_configure() { - chmod 644 "${BUILDDIR}bin/duplicity.1" - chmod 644 "${BUILDDIR}bin/rdiffdir.1" -} +license="GPL-2" +short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"