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