21 lines
676 B
Bash
21 lines
676 B
Bash
# Template file for 'duplicity'
|
|
pkgname=duplicity
|
|
version=0.6.26
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
|
checksum=8bef8a5d805b79ae177e54d42152238bce1b2aaf9ad32e03a2c3a20cbd4e074a
|
|
|
|
post_install() {
|
|
# drop doc
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
}
|