void-packages/srcpkgs/duplicity/template
2016-04-11 11:45:24 +02:00

21 lines
685 B
Bash

# Template file for 'duplicity'
pkgname=duplicity
version=0.7.07
revision=1
build_style="python-module"
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
depends="python-lockfile"
pycompile_module="duplicity"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/"
license="GPL-2"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=1acb522d5ae6b54d107270d06f006a43ae1ca29fb0537e32153bd6376dcb5a5c
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}