1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
3 |
|
---|
4 | <!-- File: msys-libxml2.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-libxml2">
|
---|
10 | <description lang="en" title="An XML parser and toolkit" >
|
---|
11 | <paragraph>Libxml2 is the XML C parser and toolkit developed for
|
---|
12 | the Gnome project (but usable outside of the Gnome platform). It
|
---|
13 | is free software available under the MIT License. XML itself is a
|
---|
14 | metalanguage to design markup languages, i.e. text language where
|
---|
15 | semantic and structure are added to the content using extra
|
---|
16 | 'markup' information enclosed between angle brackets. HTML is the
|
---|
17 | most well-known markup language. Though the library is written in
|
---|
18 | C, a variety of language bindings make it available in other
|
---|
19 | environments.
|
---|
20 | </paragraph>
|
---|
21 | </description>
|
---|
22 |
|
---|
23 | <licence tarname="libxml2-%-msys-%-lic.tar.%" />
|
---|
24 | <source tarname="libxml2-%-msys-%-src.tar.%" />
|
---|
25 |
|
---|
26 | <component class="bin">
|
---|
27 | <!-- Every MSYS package requires msys-core-bin. This dependency
|
---|
28 | is not explicitly stated here; rather, it is implicitly satisfied
|
---|
29 | as a prerequisite of the matching DLL for this package itself,
|
---|
30 | which is specified for each of the following releases.
|
---|
31 | -->
|
---|
32 | <release tarname="libxml2-2.7.6-1-msys-1.0.13-bin.tar.lzma" >
|
---|
33 | <requires eq="msys-libxml2-%-msys-%-dll-2.tar" />
|
---|
34 | </release>
|
---|
35 | </component>
|
---|
36 |
|
---|
37 | <component class="doc">
|
---|
38 | <release tarname="libxml2-2.7.6-1-msys-1.0.13-doc.tar.lzma" />
|
---|
39 | </component>
|
---|
40 |
|
---|
41 | <component class="lic">
|
---|
42 | <release tarname="libxml2-2.7.6-1-msys-1.0.13-lic.tar.lzma" />
|
---|
43 | </component>
|
---|
44 |
|
---|
45 | <component class="dll">
|
---|
46 | <release tarname="libxml2-2.7.6-1-msys-1.0.13-dll-2.tar.lzma" >
|
---|
47 | <requires eq="msys-zlib-*-msys-*-dll.tar" />
|
---|
48 | <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
|
---|
49 | </release>
|
---|
50 |
|
---|
51 | <!-- Every MSYS DLL package requires msys-core-bin -->
|
---|
52 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
53 | </component>
|
---|
54 |
|
---|
55 | <component class="dev">
|
---|
56 | <release tarname="libxml2-2.7.6-1-msys-1.0.13-dev.tar.lzma" >
|
---|
57 | <requires eq="msys-libxml2-%-msys-%-dll-2.tar" />
|
---|
58 | </release>
|
---|
59 | </component>
|
---|
60 | </package>
|
---|
61 |
|
---|
62 | </package-collection>
|
---|
63 | </software-distribution>
|
---|
64 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|