OSDN Git Service

Update & publish mingw32-{basic-bsdtar,bzip2,libarchive,xz,zlib}
[mingw/mingw-dist.git] / mingw32 / mingw32-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: mingw32-bzip2.xml -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="mingw32-bzip2" alias="bzip2">
10       <description lang="en" title="bzip2: a high-quality data compressor">
11         <paragraph>bzip2 is a freely available, patent free (see below),
12           high-quality data compressor.  It typically compresses files to within
13           10% to 15% of the best available techniques (the PPM family of
14           statistical compressors), whilst being around twice as fast at
15           compression and six times faster at decompression.  This package
16           provides the utility programs, scripts, documentation, and development
17           files. The associated mingw32-libbz2 package provides the runtime
18           library.
19         </paragraph>
20       </description>
21
22       <licence tarname="bzip2-%-mingw32-%-lic.tar" />
23       <source tarname="bzip2-%-mingw32-%-src.tar" />
24
25       <component class="bin">
26         <release tarname="bzip2-1.0.5-2-mingw32-bin.tar.gz" >
27           <requires eq="mingw32-libbz2-%-mingw32-%-dll-2.tar" />
28         </release>
29       </component>
30
31       <component class="doc">
32         <release tarname="bzip2-1.0.5-2-mingw32-doc.tar.gz" />
33       </component>
34
35       <component class="lic">
36         <release tarname="bzip2-1.0.5-2-mingw32-lic.tar.gz" />
37       </component>
38
39       <component class="man">
40         <release tarname="bzip2-1.0.5-2-mingw32-man.tar.gz" />
41       </component>
42
43       <component class="dev">
44         <release tarname="bzip2-1.0.5-2-mingw32-dev.tar.gz" />
45       </component>
46     </package>
47
48     <package name="mingw32-libbz2" alias="libbz2">
49       <description lang="en" title="libbz2: runtime library for bzip2">
50         <paragraph>bzip2 is a freely available, patent free (see below),
51           high-quality data compressor.  It typically compresses files to within
52           10% to 15% of the best available techniques (the PPM family of a
53           statistical compressors), whilst being around twice as fast at
54           compression and six times faster at decompression.  This package
55           provides the runtime library.  The associated mingw32-bzip2 package
56           provides utilities, scripts, documentation, and development files.
57         </paragraph>
58       </description>
59
60       <licence tarname="bzip2-%-mingw32-%-lic.tar" />
61       <source tarname="bzip2-%-mingw32-%-src.tar" />
62
63       <component class="dll">
64         <release tarname="libbz2-1.0.5-2-mingw32-dll-2.tar.gz" />
65       </component>
66     </package>
67
68   </package-collection>
69 </software-distribution>
70 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->