]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libxslt/libxslt.nm
libxslt: Fix build on aarch64
[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
57cb06f5 8release = 2
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
57cb06f5
MT
26 autoconf
27 automake
802ea3af
MT
28 libgcrypt-devel
29 libxml2-devel
30 pkg-config
31 zlib-devel
32 end
57cb06f5
MT
33
34 prepare_cmds
35 autoreconf -vfi # for aarch64
36 end
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