]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libxslt/libxslt.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/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 6name = libxslt
c9e3e45f 7version = 1.1.28
802ea3af 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
c9e3e45f
SS
17 This C library allows to transform XML files into other XML files
18 (or HTML, text, ...) using the standard XSLT stylesheet transformation
ac4c88bc 19 mechanism.
802ea3af
MT
20end
21
c9e3e45f 22source_dl = ftp://xmlsoft.org/libxslt/
802ea3af
MT
23
24build
25 requires
26 libgcrypt-devel
27 libxml2-devel
28 pkg-config
29 zlib-devel
30 end
31end
32
33packages
34 package %{name}
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end