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
2016-04-11 09:43:48 +00:00
version=0.7.07
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"
2016-04-11 09:43:48 +00:00
checksum=1acb522d5ae6b54d107270d06f006a43ae1ca29fb0537e32153bd6376dcb5a5c
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
}