void-packages/srcpkgs/duplicity/template
2015-05-23 15:50:15 +02:00

21 lines
685 B
Bash

# Template file for 'duplicity'
pkgname=duplicity
version=0.7.03
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=dec756ebe6cd25a6a55d9f31954fd8e07f4502063e4e148bdde4b1b3b2ad4615
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}