OSDN Git Service

Missed in last commit.
[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="ZLib (msys): 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         <requires eq="msys-core-*-msys-*-bin.tar" />
26       </component>
27
28       <component class="dev">
29         <release tarname="zlib-1.2.3-2-msys-1.0.13-dev.tar.lzma" />
30         <requires eq="msys-zlib-%-msys-%-dll.tar" />
31       </component>
32
33       <component class="doc">
34         <release tarname="zlib-1.2.3-2-msys-1.0.13-doc.tar.lzma" />
35       </component>
36
37       <component class="lic">
38         <release tarname="zlib-1.2.3-2-msys-1.0.13-lic.tar.lzma" />
39       </component>
40     </package>
41
42   </package-collection>
43 </software-distribution>
44 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->