OSDN Git Service

Redirect MPC package download requests to OSDN.net
[mingw/mingw-dist.git] / msys / msys-bzip2.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: msys-bzip2.xml -->
5
6   <package-collection subsystem="msys">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="msys-bzip2">
10       <affiliate group="MSYS Base System" />
11       <description lang="en" title="a high-quality data compressor">
12         <paragraph>bzip2 is a freely available, patent free (see below),
13           high-quality data compressor. It typically compresses files
14           to within 10% to 15% of the best available techniques (the
15           PPM family of statistical compressors), whilst being around
16           twice as fast at compression and six times faster at
17           decompression. This package provides the utility programs and
18           scripts.
19         </paragraph>
20       </description>
21
22       <source tarname="bzip2-%-msys-%-src.tar.%" />
23       <licence tarname="bzip2-%-msys-%-lic.tar.%" />
24
25       <component class="bin">
26         <release tarname="bzip2-1.0.5-2-msys-1.0.13-bin.tar.lzma" />
27         <release tarname="bzip2-1.0.6-1-msys-1.0.17-bin.tar.lzma">
28           <!-- Contrary to the assertion below,
29             this release DOES appear to require the DLL component
30             -->
31           <requires eq="msys-libbz2-%-msys-%-dll-1.tar" />
32         </release>
33
34         <!-- Every MSYS package requires msys-core-bin -->
35         <requires eq="msys-core-*-msys-*-bin.tar" />
36
37         <!-- Note that the bzip2 utilities are linked against the static
38           version of libbz2.a, so there is no -dll dependency here.  Other
39           requirements support the auxiliary scripts, which are provided by
40           the bzip2-bin package.
41           -->
42         <requires eq="msys-bash-*-msys-*-bin.tar" />
43         <requires eq="msys-coreutils-*-msys-*-bin.tar" />
44         <requires eq="msys-diffutils-*-msys-*-bin.tar" />
45         <requires eq="msys-grep-*-msys-*-bin.tar" />
46         <requires eq="msys-less-*-msys-*-bin.tar" />
47       </component>
48
49       <component class="doc">
50         <release tarname="bzip2-1.0.5-2-msys-1.0.13-doc.tar.lzma" />
51         <release tarname="bzip2-1.0.6-1-msys-1.0.17-doc.tar.lzma" />
52       </component>
53
54       <component class="lic">
55         <release tarname="bzip2-1.0.5-2-msys-1.0.13-lic.tar.lzma" />
56         <release tarname="bzip2-1.0.6-1-msys-1.0.17-lic.tar.lzma" />
57       </component>
58     </package>
59
60     <package name="msys-libbz2">
61       <description lang="en" title="runtime library for bzip2">
62         <paragraph>bzip2 is a freely available, patent free (see below),
63           high-quality data compressor. It typically compresses files
64           to within 10% to 15% of the best available techniques (the
65           PPM family of statistical compressors), whilst being around
66           twice as fast at compression and six times faster at
67           decompression. This package provides the runtime library and
68           development files.
69         </paragraph>
70       </description>
71
72       <source tarname="bzip2-%-msys-%-src.tar.%" />
73       <licence tarname="bzip2-%-msys-%-lic.tar.%" />
74
75       <component class="dll">
76         <release tarname="libbz2-1.0.5-2-msys-1.0.13-dll-1.tar.lzma" />
77         <release tarname="libbz2-1.0.6-1-msys-1.0.17-dll-1.tar.lzma" />
78         <requires eq="msys-core-*-msys-*-bin.tar" />
79       </component>
80
81       <component class="dev">
82         <release tarname="libbz2-1.0.5-2-msys-1.0.13-dev.tar.lzma">
83           <requires eq="msys-libbz2-%-msys-%-dll-1.tar.lzma" />
84         </release>
85         <release tarname="libbz2-1.0.6-1-msys-1.0.17-dev.tar.lzma">
86           <requires eq="msys-libbz2-%-msys-%-dll-1.tar.lzma" />
87         </release>
88       </component>
89     </package>
90
91   </package-collection>
92 </software-distribution>
93 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->