void-packages/srcpkgs/duplicity/template

22 lines
692 B
Text
Raw Normal View History

2013-08-03 23:16:47 +00:00
# Template file for 'duplicity'
pkgname=duplicity
2014-11-13 10:36:45 +00:00
version=0.6.25
revision=1
build_style="python-module"
2014-11-13 10:36:45 +00:00
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
depends="python-lockfile"
2014-06-19 15:55:25 +00:00
pycompile_module="duplicity"
2014-11-13 10:36:45 +00:00
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
2013-08-03 23:16:47 +00:00
homepage="http://duplicity.nongnu.org/"
license="GPL-2"
2014-06-19 15:55:25 +00:00
maintainer="Steven R <dev@styez.com>"
update_ignore="0.7.*"
2014-11-13 10:36:45 +00:00
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
}