From 9ba198c5c5b9877891cfa0dea9d3e0a07839ac72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Nov 2009 22:54:22 +0100 Subject: [PATCH] Added xmlto-0.0.21 build template. --HG-- extra : convert_revision : b48794d2c215aae9df6269c53de91b7418384e7d --- srcpkgs/xmlto/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/xmlto/template diff --git a/srcpkgs/xmlto/template b/srcpkgs/xmlto/template new file mode 100644 index 0000000000..22c7363ac4 --- /dev/null +++ b/srcpkgs/xmlto/template @@ -0,0 +1,16 @@ +# Template file for 'xmlto' +pkgname=xmlto +version=0.0.21 +distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2" +build_style=gnu_configure +short_desc="Tool to help transform XML documents into other formats" +maintainer="Juan RP " +checksum=b6435ce111c7578126b6cdcfbd67a229bd27ae3391225d6a1f52dc22b0597049 +long_desc=" + xmlto is a front-end to an XSL toolchain. It chooses an appropriate + stylesheet for the conversion you want and applies it using an + external XSLT processor. It also performs any necessary post-processing." + +Add_dependency full glibc +Add_dependency full libxslt +Add_dependency full docbook-xsl