]> git.ipfire.org Git - ipfire-3.x.git/blame - xmlto/xmlto.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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
7version = 0.0.24
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
32 configure_options +=\
33 BASH=/bin/bash
34
35 test
36 make check
37 end
38end
39
40packages
41 package %{name}
42 requires
43 util-linux
44 end
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
a0b4e0f5 50end