]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libxml2/libxml2.nm
Merge remote-tracking branch 'stevee/apr'
[people/ms/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
b6a81e1b 7version = 2.7.8
802ea3af 8release = 1
66c170e3 9
802ea3af
MT
10groups = System/Libraries
11url = http://xmlsoft.org/
12license = MIT
13summary = Library providing XML and HTML support.
66c170e3 14
802ea3af 15description
66c170e3
MT
16 This library allows to manipulate XML files. It includes support \
17 to read, modify and write XML and HTML files. There is DTDs support \
18 this includes parsing and validation even with complex DtDs, either \
19 at parse time or later once the document has been modified. The output \
20 can be a simple SAX stream or and in-memory DOM like representations. \
21 In this case one can use the built-in XPath and XPointer implementation \
22 to select subnodes or ranges. A flexible Input/Output mechanism is \
23 available, with existing HTTP and FTP modules and combined to an URI \
24 library.
802ea3af
MT
25end
26
b6a81e1b 27source_dl = ftp://xmlsoft.org/libxml2/
802ea3af
MT
28
29build
30 requires
31 pkg-config
32 zlib-devel
33 end
34end
35
36packages
37 package %{name}
38 end
1f9bc2f0 39
802ea3af
MT
40 package %{name}-devel
41 template DEVEL
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end