void-packages/srcpkgs/duplicity/template

21 lines
685 B
Bash
Raw Normal View History

2013-08-03 23:16:47 +00:00
# Template file for 'duplicity'
pkgname=duplicity
2015-12-08 16:18:47 +00:00
version=0.7.06
2015-09-27 10:10:56 +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-23 13:49:57 +00:00
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2014-11-13 10:36:45 +00:00
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
2015-12-08 16:18:47 +00:00
checksum=0075595edb894399cf00fae9154aae93a07eaadc031fede5df4cc595436c7f8c
2014-11-13 10:36:45 +00:00
post_install() {
2015-05-23 13:49:57 +00:00
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
2014-11-13 10:36:45 +00:00
}