void-packages/srcpkgs/duplicity/template
Jürgen Buchmüller 553a0ec77d librsync: update to 1.0.0
Closes #2283
2015-08-17 10:40:16 +02:00

20 lines
685 B
Bash

# Template file for 'duplicity'
pkgname=duplicity
version=0.7.03
revision=2
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
}