]> git.ipfire.org Git - ipfire-3.x.git/blame - libxslt/libxslt.nm
libxslt: Update to 1.1.37
[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
89125484
MT
7version = %{ver_maj}.37
8ver_maj = 1.1
802ea3af 9release = 1
ac4c88bc 10
802ea3af
MT
11maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
12groups = Development/Libraries
89125484 13url = https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home
802ea3af 14license = MIT
89125484 15summary = Library providing the Gnome XSLT engine
ac4c88bc 16
802ea3af 17description
c9e3e45f
SS
18 This C library allows to transform XML files into other XML files
19 (or HTML, text, ...) using the standard XSLT stylesheet transformation
ac4c88bc 20 mechanism.
802ea3af
MT
21end
22
89125484
MT
23source_dl = https://download.gnome.org/sources/libxslt/%{ver_maj}/
24sources = %{thisapp}.tar.xz
802ea3af
MT
25
26build
27 requires
28 libgcrypt-devel
29 libxml2-devel
30 pkg-config
89125484 31 python3-devel
802ea3af
MT
32 zlib-devel
33 end
89125484
MT
34
35 configure_options += \
36 PYTHON=%{python3}
802ea3af
MT
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end