mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
xmldiff: fix distfiles.
This commit is contained in:
parent
e529949d3b
commit
459d6301e1
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xmldiff'
|
# Template file for 'xmldiff'
|
||||||
pkgname=xmldiff
|
pkgname=xmldiff
|
||||||
version=0.6.10
|
version=0.6.10
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
makedepends="python-devel libxslt openjade"
|
makedepends="python-devel libxslt openjade"
|
||||||
|
@ -10,10 +10,11 @@ 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://ftp.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://download.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5
|
checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/man/man1
|
for f in man/*.1; do
|
||||||
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
|
vman $f
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue