void-packages/srcpkgs/duplicity/template
2014-05-20 13:44:27 -03:00

16 lines
624 B
Plaintext

# Template file for 'duplicity'
pkgname=duplicity
version=0.6.24
revision=1
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450
build_style="python-module"
pycompile_module="duplicity"
hostmakedepends="python-devel python-distribute"
makedepends="librsync-devel ${hostmakedepends}"
depends="python-lockfile"
maintainer="Steven R <dev@styez.com>"
homepage="http://duplicity.nongnu.org/"
license="GPL-2"
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"