void-packages/srcpkgs/duplicity/template
2016-08-22 12:18:28 +02:00

24 lines
724 B
Bash

# Template file for 'duplicity'
pkgname=duplicity
version=0.7.10
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=485fef15526d163c061e00ec08de216cf7d652e67d41de5dc3bed9fb42214842
post_extract() {
chmod 0644 bin/*.1
}
post_install() {
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
}