XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | 68ec23c2c56b2d18789ddad2c76c39f9f79ad70d (tree) |
---|---|
l'heure | 2010-05-18 12:04:50 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-libxml2.xml
@@ -0,0 +1,44 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | +<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> | |
3 | + <package-collection subsystem="msys"> | |
4 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
5 | + <package name="msys-libxml2"> | |
6 | + <description lang="en" title="libxml2: An XML parser and toolkit" > | |
7 | + <paragraph>Libxml2 is the XML C parser and toolkit developed for | |
8 | + the Gnome project (but usable outside of the Gnome platform). It | |
9 | + is free software available under the MIT License. XML itself is a | |
10 | + metalanguage to design markup languages, i.e. text language where | |
11 | + semantic and structure are added to the content using extra | |
12 | + 'markup' information enclosed between angle brackets. HTML is the | |
13 | + most well-known markup language. Though the library is written in | |
14 | + C a variety of language bindings make it available in other | |
15 | + environments. | |
16 | + </paragraph> | |
17 | + </description> | |
18 | + <component class="bin"> | |
19 | + <release tarname="libxml2-2.7.6-1-msys-1.0.13-bin.tar.lzma" /> | |
20 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
21 | + <requires eq="msys-libxml2-%-msys-%-dll-2.tar" /> | |
22 | + </component> | |
23 | + <component class="doc"> | |
24 | + <release tarname="libxml2-2.7.6-1-msys-1.0.13-doc.tar.lzma" /> | |
25 | + </component> | |
26 | + <component class="lic"> | |
27 | + <release tarname="libxml2-2.7.6-1-msys-1.0.13-lic.tar.lzma" /> | |
28 | + </component> | |
29 | + <component class="dll"> | |
30 | + <release tarname="libxml2-2.7.6-1-msys-1.0.13-dll-2.tar.lzma" /> | |
31 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
32 | + <requires eq="msys-zlib-*-msys-*-dll.tar" /> | |
33 | + <requires eq="msys-libiconv-*-msys-*-dll-2.tar" /> | |
34 | + </component> | |
35 | + <component class="dev"> | |
36 | + <release tarname="libxml2-2.7.6-1-msys-1.0.13-dev.tar.lzma" /> | |
37 | + <requires eq="msys-libxml2-%-msys-%-dll-2.tar" /> | |
38 | + </component> | |
39 | + <licence tarname="libxml2-%-msys-%-lic.tar" /> | |
40 | + <source tarname="libxml2-%-msys-%-src.tar" /> | |
41 | + </package> | |
42 | + </package-collection> | |
43 | +</software-distribution> | |
44 | + |