]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - xmlto/xmlto.nm
xmlto: Update to upstream version 0.0.25.
[people/amarx/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
eb61ca00 7version = 0.0.25
a0b4e0f5
SS
8release = 1
9
10groups = Applications/System
11url = https://fedorahosted.org/xmlto/
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
20source_dl = https://fedorahosted.org/releases/x/m/%{name}/
21source = %{thisapp}.tar.bz2
22
23build
24 requires
25 docbook-dtds
26 docbook-xsl
27 flex
28 libxslt
29 util-linux
30 end
31
eb61ca00 32 configure_options += \
a0b4e0f5
SS
33 BASH=/bin/bash
34
35 test
36 make check
37 end
38end
39
40packages
41 package %{name}
42 requires
eb61ca00
MT
43 docbook-dtds
44 docbook-xsl
45 flex
46 libxslt
a0b4e0f5
SS
47 util-linux
48 end
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
a0b4e0f5 54end