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