vp-build/srcpkgs/xmldiff/template

22 lines
596 B
Bash

# Template file for 'xmldiff'
pkgname=xmldiff
version=0.6.10
revision=6
build_style=python2-module
hostmakedepends="python-devel unzip"
makedepends="python-devel libxslt openjade"
depends="libxslt openjade"
pycompile_module="xmldiff"
short_desc="Python classes to diff XML files"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.logilab.org/project/xmldiff/"
license="GPL-2"
distfiles="${DEBIAN_SITE}/main/x/xmldiff/xmldiff_${version}.orig.tar.gz"
checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5
post_install() {
for f in man/*.1; do
vman $f
done
}