void-packages/srcpkgs/duplicity/template

26 lines
749 B
Text
Raw Normal View History

2013-08-03 23:16:47 +00:00
# Template file for 'duplicity'
pkgname=duplicity
2013-08-30 17:19:49 +00:00
version=0.6.22
2013-08-03 23:16:47 +00:00
revision=1
2013-08-30 17:19:49 +00:00
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
checksum="6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12"
2013-08-03 23:16:47 +00:00
build_style=python-module
hostmakedepends="python-devel"
2013-08-09 21:04:02 +00:00
makedepends="librsync-devel"
2013-08-03 23:16:47 +00:00
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://duplicity.nongnu.org/"
license="GPL"
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm."
pre_configure() {
chmod 644 "${BUILDDIR}bin/duplicity.1"
chmod 644 "${BUILDDIR}bin/rdiffdir.1"
}
duplicity_package() {
depends="python>=2.7"
pycompile_module="duplicity"
pkg_install() {
vmove all
}
}