void-packages/srcpkgs/duplicity/template

21 lines
685 B
Bash
Raw Normal View History

2013-08-04 01:16:47 +02:00
# Template file for 'duplicity'
pkgname=duplicity
2015-09-27 12:10:56 +02:00
version=0.7.05
revision=1
build_style="python-module"
2014-11-13 11:36:45 +01:00
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
depends="python-lockfile"
2014-06-19 17:55:25 +02:00
pycompile_module="duplicity"
2014-11-13 11:36:45 +01:00
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
2013-08-04 01:16:47 +02:00
homepage="http://duplicity.nongnu.org/"
license="GPL-2"
2015-05-23 15:49:57 +02:00
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
2014-11-13 11:36:45 +01:00
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
2015-09-27 12:10:56 +02:00
checksum=1e53807d5de5bacbbe6c4eea2f313a16e9a63423316ae7b8597ee0d9e697f744
2014-11-13 11:36:45 +01:00
post_install() {
2015-05-23 15:49:57 +02:00
# drop doc
rm -rf ${DESTDIR}/usr/share/doc
2014-11-13 11:36:45 +01:00
}