]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libxslt/libxslt.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libxslt / libxslt.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libxslt
7 version = 1.1.26
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = Development/Libraries
12 url = http://xmlsoft.org/XSLT/
13 license = MIT
14 summary = Library providing the Gnome XSLT engine.
15
16 description
17 This C library allows to transform XML files into other XML files \
18 (or HTML, text, ...) using the standard XSLT stylesheet transformation \
19 mechanism.
20 end
21
22 source_dl =
23
24 build
25 requires
26 libgcrypt-devel
27 libxml2-devel
28 pkg-config
29 zlib-devel
30 end
31 end
32
33 packages
34 package %{name}
35 end
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end