void-packages/srcpkgs/xmldiff/template

20 lines
587 B
Text
Raw Normal View History

2011-10-02 10:39:02 +00:00
# Template file for 'xmldiff'
pkgname=xmldiff
version=0.6.10
2014-02-14 14:00:18 +00:00
revision=3
2011-10-02 10:39:02 +00:00
build_style=python-module
2014-02-14 14:00:18 +00:00
hostmakedepends="python-devel"
makedepends="python-devel libxslt openjade"
depends="libxslt openjade"
pycompile_module="xmldiff"
2011-10-02 10:39:02 +00:00
short_desc="Python classes to diff XML files"
homepage="http://www.logilab.org/project/xmldiff/"
license="GPL-2"
distfiles="http://ftp.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz"
2011-10-02 10:39:02 +00:00
checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5
post_install() {
2011-10-02 10:39:02 +00:00
vmkdir usr/share/man/man1
install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1
}