]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libxslt/libxslt.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/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.28
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 = ftp://xmlsoft.org/libxslt/
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
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end