OSDN Git Service

Replace potentially malformed GCC-5 package set.
[mingw/mingw-dist.git] / msys / msys-zlib.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-zlib.xml -->
5
6   <package-collection subsystem="msys">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="msys-zlib">
10       <description lang="en" title="A Massively Spiffy Yet Delicately Unobtrusive Compression Library">
11         <paragraph>The zlib compression library provides in-memory
12           compression and decompression functions, including integrity checks
13           of the uncompressed data.
14         </paragraph>
15       </description>
16
17       <source tarname="zlib-%-msys-%-src.tar.%" />
18       <licence tarname="zlib-%-msys-%-lic.tar.%" />
19
20       <component class="dll">
21         <!-- note: for historical reasons,
22           the zlib dll component does not specify a soname
23           -->
24         <release tarname="zlib-1.2.3-2-msys-1.0.13-dll.tar.lzma" />
25         <release tarname="zlib-1.2.5-1-msys-1.0.17-dll.tar.lzma" />
26         <release tarname="zlib-1.2.7-1-msys-1.0.17-dll.tar.lzma" />
27         <requires eq="msys-core-*-msys-*-bin.tar" />
28       </component>
29
30       <component class="dev">
31         <release tarname="zlib-1.2.3-2-msys-1.0.13-dev.tar.lzma" />
32         <release tarname="zlib-1.2.5-1-msys-1.0.17-dev.tar.lzma" />
33         <release tarname="zlib-1.2.7-1-msys-1.0.17-dev.tar.lzma" />
34         <requires eq="msys-zlib-%-msys-%-dll.tar" />
35       </component>
36
37       <component class="doc">
38         <release tarname="zlib-1.2.3-2-msys-1.0.13-doc.tar.lzma" />
39         <release tarname="zlib-1.2.5-1-msys-1.0.17-doc.tar.lzma" />
40         <release tarname="zlib-1.2.7-1-msys-1.0.17-doc.tar.lzma" />
41       </component>
42
43       <component class="lic">
44         <release tarname="zlib-1.2.3-2-msys-1.0.13-lic.tar.lzma" />
45         <release tarname="zlib-1.2.5-1-msys-1.0.17-lic.tar.lzma" />
46         <release tarname="zlib-1.2.7-1-msys-1.0.17-lic.tar.lzma" />
47       </component>
48     </package>
49
50     <package name="msys-minizip">
51       <description lang="en" title="Simple ZIP support from zlib">
52         <paragraph>The minizip package provides two simple ZIP archive
53           manipulation tools, based on the minizip library from zlib.  More
54           sophisticated needs are met by the unzip and zip packages.
55         </paragraph>
56         <paragraph>The libminizip library provides zlib-based support for
57           manipulating ZIP archives. It is suitable for clients that need only
58           create, inspect, and unpack such archives; more demanding needs may be
59           met by the libarchive package.
60         </paragraph>
61       </description>
62
63       <licence tarname="zlib-%-msys-%-lic.tar.%" />
64       <source tarname="zlib-%-msys-%-src.tar.%" />
65
66       <component class="bin">
67         <requires eq="msys-libminizip-%-msys-%-dll-1.tar" />
68         <release tarname="minizip-1.2.7-1-msys-1.0.17-bin.tar.lzma" />
69       </component>
70     </package>
71
72     <package name="msys-libminizip">
73       <description lang="en" title="Simple ZIP support from zlib">
74         <paragraph>The minizip library provides zlib-based support for
75           manipulating ZIP archives. It is suitable for clients that need only
76           create, inspect, and unpack such archives; more demanding needs may be
77           met by the libarchive package.
78         </paragraph>
79         <paragraph>This distribution also provides two simple utility programs:
80           minizip and miniunzip. Again, more sophisticated needs are met by the
81           unzip and zip packages.
82         </paragraph>
83       </description>
84
85       <licence tarname="zlib-%-msys-%-lic.tar.%" />
86       <source tarname="zlib-%-msys-%-src.tar.%" />
87
88       <component class="dll">
89         <requires eq="msys-zlib-%-msys-%-dll-1.tar" />
90         <release tarname="libminizip-1.2.7-1-msys-1.0.17-dll-1.tar.lzma" />
91       </component>
92
93       <component class="dev">
94         <requires eq="msys-zlib-%-msys-%-dev.tar" />
95         <requires eq="msys-libminizip-%-msys-%-dll-1.tar" />
96         <release tarname="libminizip-1.2.7-1-msys-1.0.17-dev.tar.lzma" />
97       </component>
98     </package>
99
100   </package-collection>
101 </software-distribution>
102 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->