]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libxml2/libxml2.nm
Merge remote-tracking branch 'stevee/apr'
[people/ms/ipfire-3.x.git] / libxml2 / libxml2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libxml2
7 version = 2.7.8
8 release = 1
9
10 groups = System/Libraries
11 url = http://xmlsoft.org/
12 license = MIT
13 summary = Library providing XML and HTML support.
14
15 description
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.
25 end
26
27 source_dl = ftp://xmlsoft.org/libxml2/
28
29 build
30 requires
31 pkg-config
32 zlib-devel
33 end
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end