]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libxslt/libxslt.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libxslt / libxslt.nm
CommitLineData
ac4c88bc 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ac4c88bc
MT
4###############################################################################
5
802ea3af
MT
6name = libxslt
7version = 1.1.26
8release = 1
ac4c88bc 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = Development/Libraries
12url = http://xmlsoft.org/XSLT/
13license = MIT
14summary = Library providing the Gnome XSLT engine.
ac4c88bc 15
802ea3af 16description
ac4c88bc
MT
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.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 libgcrypt-devel
27 libxml2-devel
28 pkg-config
29 zlib-devel
30 end
31end
32
33packages
34 package %{name}
35 end
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end