duplicity: switch to setuptools
This commit is contained in:
parent
5bf532e290
commit
3af38c0be6
|
@ -1,15 +1,15 @@
|
|||
# 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
|
||||
revision=2
|
||||
build_style="python-module"
|
||||
pycompile_module="duplicity"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
hostmakedepends="python-devel python-setuptools"
|
||||
makedepends="librsync-devel ${hostmakedepends}"
|
||||
depends="python-lockfile"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
pycompile_module="duplicity"
|
||||
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
license="GPL-2"
|
||||
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=1d41d756638f55106f9501c3db94ccbc6568aa856ba531e07ed2cfb760b62450
|
||||
|
|
Loading…
Reference in New Issue