void-packages/srcpkgs/duplicity/template

21 lines
676 B
Bash
Raw Normal View History

2013-08-03 23:16:47 +00:00
# Template file for 'duplicity'
pkgname=duplicity
2015-05-08 05:38:11 +00:00
version=0.6.26
2014-11-13 10:36:45 +00:00
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"
2015-05-08 05:38:11 +00:00
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-13 10:36:45 +00:00
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
2015-05-08 05:38:11 +00:00
checksum=8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a
2014-11-13 10:36:45 +00:00
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}