From e256c8f00b1f1c4f2417e30024e140eef0510815 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 2 Oct 2011 12:39:02 +0200 Subject: [PATCH] New package: xmldiff-0.6.10. --- srcpkgs/xmldiff/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/xmldiff/template diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template new file mode 100644 index 0000000000..253403f403 --- /dev/null +++ b/srcpkgs/xmldiff/template @@ -0,0 +1,24 @@ +# Template file for 'xmldiff' +pkgname=xmldiff +version=0.6.10 +distfiles="http://ftp.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz" +build_style=python-module +short_desc="Python classes to diff XML files" +homepage="http://www.logilab.org/project/xmldiff/" +license="GPL-2" +checksum=83aba252df2f760c8bf008b9c5d3080911eab2d2b39c371d3b47f67abf4b4ec5 +long_desc=" + A python tool that figures out the differences between two similar XML files, + in the same way the diff(1) utility does it." + +Add_dependency run glibc +Add_dependency run python +Add_dependency run libxslt +Add_dependency run openjade +Add_dependency build python-devel + +post_install() +{ + vmkdir usr/share/man/man1 + install -m644 man/*.1 ${DESTDIR}/usr/share/man/man1 +}