# Template file for 'duplicity' pkgname=duplicity version=0.7.07.1 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 " distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version}/+download/duplicity-${version}.tar.gz" checksum=594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 post_extract() { chmod 0644 bin/*.1 } post_install() { # drop doc rm -rf ${DESTDIR}/usr/share/doc }