duplicity: misc tweak; rev bump; add missing deps.
This commit is contained in:
parent
3bb75d54b9
commit
3d95c879a6
1 changed files with 7 additions and 12 deletions
|
@ -1,20 +1,15 @@
|
||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.6.23
|
version=0.6.23
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
|
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||||
checksum="7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60"
|
checksum="7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60"
|
||||||
build_style=python-module
|
build_style="python-module"
|
||||||
|
pycompile_module="duplicity"
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
makedepends="librsync-devel"
|
makedepends="librsync-devel"
|
||||||
depends="python>=2.7"
|
depends="python-lockfile"
|
||||||
pycompile_module="duplicity"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
maintainer="Steven R <strob AT styez DOT com>"
|
|
||||||
homepage="http://duplicity.nongnu.org/"
|
homepage="http://duplicity.nongnu.org/"
|
||||||
license="GPL"
|
license="GPL-2"
|
||||||
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm."
|
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"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue