]> git.ipfire.org Git - ipfire-3.x.git/blob - xmlto/xmlto.nm
git: Update to 2.23.0
[ipfire-3.x.git] / xmlto / xmlto.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xmlto
7 version = 0.0.26
8 release = 1
9
10 groups = Applications/System
11 url = https://fedorahosted.org/xmlto/
12 license = GPLv2+
13 summary = A tool for converting XML files to various formats.
14
15 description
16 This is a package for converting XML files to various formats using XSL
17 stylesheets.
18 end
19
20 source_dl = https://fedorahosted.org/releases/x/m/%{name}/
21 source = %{thisapp}.tar.bz2
22
23 build
24 requires
25 docbook-dtds
26 docbook-xsl
27 flex
28 libxslt
29 util-linux
30 end
31
32 configure_options += \
33 BASH=/bin/bash
34
35 test
36 make check
37 end
38 end
39
40 packages
41 package %{name}
42 requires
43 docbook-dtds
44 docbook-xsl
45 flex
46 libxslt
47 util-linux
48 end
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end