]>
Commit | Line | Data |
---|---|---|
a0b4e0f5 SS |
1 | ############################################################################### |
2 | # IPFire.org - An Open Source Firewall Solution # | |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
4 | ############################################################################### | |
5 | ||
6 | name = xmlto | |
eb61ca00 | 7 | version = 0.0.25 |
a0b4e0f5 SS |
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 | ||
eb61ca00 | 32 | configure_options += \ |
a0b4e0f5 SS |
33 | BASH=/bin/bash |
34 | ||
35 | test | |
36 | make check | |
37 | end | |
38 | end | |
39 | ||
40 | packages | |
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 | 54 | end |