]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - libxml2/libxml2.nm
lzo: Update to 2.10
[people/stevee/ipfire-3.x.git] / libxml2 / libxml2.nm
CommitLineData
66c170e3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
66c170e3
MT
4###############################################################################
5
802ea3af 6name = libxml2
e1d45c35
MT
7version = %{ver_maj}.3
8ver_maj = 2.10
9release = 1
66c170e3 10
802ea3af 11groups = System/Libraries
e1d45c35 12url = https://xmlsoft.org/
802ea3af 13license = MIT
e1d45c35 14summary = Library providing XML and HTML support
66c170e3 15
802ea3af 16description
8cbb2a52
SS
17 This library allows to manipulate XML files. It includes support
18 to read, modify and write XML and HTML files. There is DTDs support
19 this includes parsing and validation even with complex DtDs, either
20 at parse time or later once the document has been modified. The output
21 can be a simple SAX stream or and in-memory DOM like representations.
22 In this case one can use the built-in XPath and XPointer implementation
23 to select subnodes or ranges. A flexible Input/Output mechanism is
24 available, with existing HTTP and FTP modules and combined to an URI
66c170e3 25 library.
802ea3af
MT
26end
27
e1d45c35
MT
28source_dl = https://download.gnome.org/sources/libxml2/%{ver_maj}/
29sources = %{thisapp}.tar.xz
802ea3af
MT
30
31build
32 requires
33 pkg-config
34 zlib-devel
35 end
36end
37
38packages
39 package %{name}
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end