# Template file for 'duplicity' pkgname=duplicity version=0.7.14 revision=1 build_style=python2-module hostmakedepends="python-setuptools" makedepends="python-devel librsync-devel" depends="python-fasteners" pycompile_module="duplicity" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm" homepage="http://duplicity.nongnu.org/" license="GPL-2" maintainer="Leah Neukirchen " distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz" checksum=7a3eb74a2a36b004b10add2970b37cfbac0bd693d79513e6311c8e4b8c3dd73e post_extract() { chmod 0644 bin/*.1 } post_install() { # drop doc rm -rf ${DESTDIR}/usr/share/doc }