]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
xmlto: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 17 Oct 2011 18:59:44 +0000 (20:59 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 17 Oct 2011 18:59:44 +0000 (20:59 +0200)
Reference #74.

xmlto/xmlto.nm [new file with mode: 0644]

diff --git a/xmlto/xmlto.nm b/xmlto/xmlto.nm
new file mode 100644 (file)
index 0000000..b0cf500
--- /dev/null
@@ -0,0 +1,46 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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