From: Stefan Schantl Date: Mon, 17 Oct 2011 18:59:44 +0000 (+0200) Subject: xmlto: New package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b4e0f5ebb220bdd8e0f45baa6bc46028c7670b;p=ipfire-3.x.git xmlto: New package. Reference #74. --- diff --git a/xmlto/xmlto.nm b/xmlto/xmlto.nm new file mode 100644 index 000000000..b0cf50093 --- /dev/null +++ b/xmlto/xmlto.nm @@ -0,0 +1,46 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = xmlto +version = 0.0.24 +release = 1 + +groups = Applications/System +url = https://fedorahosted.org/xmlto/ +license = GPLv2+ +summary = A tool for converting XML files to various formats. + +description + This is a package for converting XML files to various formats using XSL + stylesheets. +end + +source_dl = https://fedorahosted.org/releases/x/m/%{name}/ +source = %{thisapp}.tar.bz2 + +build + requires + docbook-dtds + docbook-xsl + flex + libxslt + util-linux + end + + configure_options +=\ + BASH=/bin/bash + + test + make check + end +end + +packages + package %{name} + requires + util-linux + end + end +end