21 lines
685 B
Bash
21 lines
685 B
Bash
# Template file for 'duplicity'
|
|
pkgname=duplicity
|
|
version=0.7.05
|
|
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=1e53807d5de5bacbbe6c4eea2f313a16e9a63423316ae7b8597ee0d9e697f744
|
|
|
|
post_install() {
|
|
# drop doc
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
}
|