XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | 084fd84eb9b49af836cf0827cdafce0c32b5370f (tree) |
---|---|
l'heure | 2010-05-06 15:00:43 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Add msys-bzip2.xml
@@ -0,0 +1,57 @@ | ||
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-bzip2"> | |
6 | + <affiliate group="MSYS Developer Toolkit" /> | |
7 | + <description lang="en" title="bzip2: a high-quality data compressor" /> | |
8 | + <paragraph>bzip2 is a freely available, patent free (see below), | |
9 | +high-quality data compressor. It typically compresses files to within | |
10 | +10% to 15% of the best available techniques (the PPM family of statistical | |
11 | +compressors), whilst being around twice as fast at compression and six | |
12 | +times faster at decompression. This package provides the utility programs | |
13 | +and scripts.</paragraph> | |
14 | + </description> | |
15 | + <component class="bin"> | |
16 | + <!-- Note that the bzip2 utilities are linked against the static | |
17 | + version of libbz2.a, so there is no -dll dependency here. --> | |
18 | + <release tarname="bzip2-1.0.5-1-msys-1.0.11-bin.tar.gz" /> | |
19 | + <release tarname="bzip2-1.0.5-2-msys-1.0.13-bin.tar.lzma" /> | |
20 | + <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
21 | + </component> | |
22 | + <component class="doc"> | |
23 | + <release tarname="bzip2-1.0.5-1-msys-1.0.11-doc.tar.gz" /> | |
24 | + <release tarname="bzip2-1.0.5-2-msys-1.0.13-doc.tar.lzma" /> | |
25 | + </component> | |
26 | + <component class="lic"> | |
27 | + <release tarname="bzip2-1.0.5-1-msys-1.0.11-lic.tar.gz" /> | |
28 | + <release tarname="bzip2-1.0.5-2-msys-1.0.13-lic.tar.lzma" /> | |
29 | + </component> | |
30 | + <licence tarname="bzip2-%-msys-%-lic.tar" /> | |
31 | + <source tarname="bzip2-%-msys-%-src.tar" /> | |
32 | + </package> | |
33 | + <package name="msys-libbz2"> | |
34 | + <affiliate group="MSYS Developer Toolkit" /> | |
35 | + <description lang="en" title="libbz2: runtime library for bzip2" /> | |
36 | + <paragraph>bzip2 is a freely available, patent free (see below), | |
37 | +high-quality data compressor. It typically compresses files to within | |
38 | +10% to 15% of the best available techniques (the PPM family of statistical | |
39 | +compressors), whilst being around twice as fast at compression and six | |
40 | +times faster at decompression. This package provides the runtime library | |
41 | +and development files.</paragraph> | |
42 | + </description> | |
43 | + <component class="dll"> | |
44 | + <release tarname="libbz2-1.0.5-1-msys-1.0.11-dll-1.tar.gz" /> | |
45 | + <release tarname="libbz2-1.0.5-2-msys-1.0.13-dll-1.tar.lzma" /> | |
46 | + <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
47 | + </component> | |
48 | + <component class="dev"> | |
49 | + <release tarname="libbz2-1.0.5-1-msys-1.0.11-dev.tar.gz" /> | |
50 | + <release tarname="libbz2-1.0.5-2-msys-1.0.13-dev.tar.lzma" /> | |
51 | + </component> | |
52 | + <licence tarname="bzip2-%-msys-%-lic.tar" /> | |
53 | + <source tarname="bzip2-%-msys-%-src.tar" /> | |
54 | + </package> | |
55 | + </package-collection> | |
56 | +</software-distribution> | |
57 | + |