OSDN Git Service

Make "source" and "licence" tarname resolution deterministic.
[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="bzip2 (msys): 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
28         <!-- Every MSYS package requires msys-core-bin -->
29         <requires eq="msys-core-*-msys-*-bin.tar" />
30
31         <!-- Note that the bzip2 utilities are linked against the static
32           version of libbz2.a, so there is no -dll dependency here.  Other
33           requirements support the auxiliary scripts, which are provided by
34           the bzip2-bin package.
35           -->
36         <requires eq="msys-bash-*-msys-*-bin.tar" />
37         <requires eq="msys-coreutils-*-msys-*-bin.tar" />
38         <requires eq="msys-diffutils-*-msys-*-bin.tar" />
39         <requires eq="msys-grep-*-msys-*-bin.tar" />
40         <requires eq="msys-less-*-msys-*-bin.tar" />
41       </component>
42
43       <component class="doc">
44         <release tarname="bzip2-1.0.5-2-msys-1.0.13-doc.tar.lzma" />
45       </component>
46
47       <component class="lic">
48         <release tarname="bzip2-1.0.5-2-msys-1.0.13-lic.tar.lzma" />
49       </component>
50     </package>
51
52     <package name="msys-libbz2">
53       <description lang="en" title="libbz2 (msys): runtime library for bzip2">
54         <paragraph>bzip2 is a freely available, patent free (see below),
55           high-quality data compressor. It typically compresses files
56           to within 10% to 15% of the best available techniques (the
57           PPM family of statistical compressors), whilst being around
58           twice as fast at compression and six times faster at
59           decompression. This package provides the runtime library and
60           development files.
61         </paragraph>
62       </description>
63
64       <source tarname="bzip2-%-msys-%-src.tar.%" />
65       <licence tarname="bzip2-%-msys-%-lic.tar.%" />
66
67       <component class="dll">
68         <release tarname="libbz2-1.0.5-2-msys-1.0.13-dll-1.tar.lzma" />
69         <requires eq="msys-core-*-msys-*-bin.tar" />
70       </component>
71
72       <component class="dev">
73         <release tarname="libbz2-1.0.5-2-msys-1.0.13-dev.tar.lzma">
74           <requires eq="msys-libbz2-%-msys-%-dll-1.tar.lzma" />
75         </release>
76       </component>
77     </package>
78
79   </package-collection>
80 </software-distribution>
81 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->