xmldiff: use Debian mirror.
This commit is contained in:
parent
9e9e7224c6
commit
15ca1c22d0
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'xmldiff'
|
# Template file for 'xmldiff'
|
||||||
pkgname=xmldiff
|
pkgname=xmldiff
|
||||||
version=0.6.10
|
version=0.6.10
|
||||||
revision=4
|
revision=5
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel unzip"
|
||||||
makedepends="python-devel libxslt openjade"
|
makedepends="python-devel libxslt openjade"
|
||||||
depends="libxslt openjade"
|
depends="libxslt openjade"
|
||||||
pycompile_module="xmldiff"
|
pycompile_module="xmldiff"
|
||||||
short_desc="Python classes to diff XML files"
|
short_desc="Python classes to diff XML files"
|
||||||
homepage="http://www.logilab.org/project/xmldiff/"
|
homepage="http://www.logilab.org/project/xmldiff/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://download.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/x/xmldiff/xmldiff_0.6.10.orig.tar.gz"
|
||||||
checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5
|
checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue