source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-zlib.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 7.2 KB
RevLine 
[1046]1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://mingw.org" issue="2013101200">
3
4 <!-- File: mingw32-zlib.xml -->
5
6 <package-collection subsystem="mingw32">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="mingw32-zlib" alias="zlib">
10 <description lang="en" title="A Massively Spiffy Yet Delicately Unobtrusive Compression Library">
11 <paragraph>The zlib compression library provides in-memory compression
12 and decompression functions, including integrity checks of the
13 uncompressed data.
14 </paragraph>
15 </description>
16
17 <licence tarname="zlib-%-mingw32-%-lic.tar.%" />
18 <source tarname="zlib-%-mingw32-%-src.tar.%" />
19
20 <component class="doc">
21 <release tarname="zlib-1.2.8-1-mingw32-doc.tar.lzma" />
22 <release tarname="zlib-1.2.7-1-mingw32-doc.tar.lzma" />
23 <release tarname="zlib-1.2.5-4-mingw32-doc.tar.lzma" />
24 <release tarname="zlib-1.2.5-1-mingw32-doc.tar.lzma" />
25 <release tarname="zlib-1.2.3-1-mingw32-doc.tar.gz" />
26 </component>
27
28 <component class="lic">
29 <release tarname="zlib-1.2.8-1-mingw32-lic.tar.lzma" />
30 <release tarname="zlib-1.2.7-1-mingw32-lic.tar.lzma" />
31 <release tarname="zlib-1.2.5-4-mingw32-lic.tar.lzma" />
32 <release tarname="zlib-1.2.5-1-mingw32-lic.tar.lzma" />
33 <release tarname="zlib-1.2.3-1-mingw32-lic.tar.gz" />
34 </component>
35
36 <component class="man">
37 <release tarname="zlib-1.2.8-1-mingw32-man.tar.lzma" />
38 <release tarname="zlib-1.2.7-1-mingw32-man.tar.lzma" />
39 <release tarname="zlib-1.2.5-4-mingw32-man.tar.lzma" />
40 <release tarname="zlib-1.2.5-1-mingw32-man.tar.lzma" />
41 <release tarname="zlib-1.2.3-1-mingw32-man.tar.gz" />
42 </component>
43 </package>
44
45 <package name="mingw32-libz" alias="libz">
46 <description lang="en" title="A Massively Spiffy Yet Delicately Unobtrusive Compression Library">
47 <paragraph>The zlib compression library provides in-memory compression
48 and decompression functions, including integrity checks of the
49 uncompressed data. The libz package provides the runtime and
50 development files related to the ZLib library. The associated zlib
51 package provides documentation.
52 </paragraph>
53 </description>
54 <affiliate group="Mingw Standard Libraries"/>
55
56 <licence tarname="zlib-%-mingw32-%-lic.tar.%" />
57 <source tarname="zlib-%-mingw32-%-src.tar.%" />
58
59 <component class="dll">
60 <release tarname="libz-1.2.3-1-mingw32-dll-1.tar.gz" />
61 <release tarname="libz-1.2.5-1-mingw32-dll-1.tar.lzma" >
62 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
63 </release>
64 <release tarname="libz-1.2.5-4-mingw32-dll-1.tar.lzma" >
65 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
66 </release>
67 <release tarname="libz-1.2.7-1-mingw32-dll-1.tar.lzma" >
68 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
69 </release>
70 <release tarname="libz-1.2.8-1-mingw32-dll-1.tar">
71 <download tarname="zlib-1.2.8-1-mingw32-dll.tar.lzma" />
72 </release>
73 </component>
74
75 <component class="dev">
76 <release tarname="libz-1.2.3-1-mingw32-dev.tar.gz" >
77 <requires eq="mingw32-libz-%-mingw32-%-dll-1.tar" />
78 </release>
79 <release tarname="libz-1.2.5-1-mingw32-dev.tar.lzma" >
80 <requires eq="mingw32-libz-%-mingw32-%-dll-1.tar" />
81 </release>
82 <release tarname="libz-1.2.5-4-mingw32-dev.tar.lzma" >
83 <requires eq="mingw32-libz-%-mingw32-%-dll-1.tar" />
84 </release>
85 <release tarname="libz-1.2.7-1-mingw32-dev.tar.lzma" >
86 <requires eq="mingw32-libz-%-mingw32-%-dll-1.tar" />
87 </release>
88 <release tarname="libz-1.2.8-1-mingw32-dev-1.tar" >
89 <download tarname="zlib-1.2.8-1-mingw32-dev.tar.lzma" />
90 <requires eq="mingw32-libz-%-mingw32-dll-1.tar" />
91 </release>
92 </component>
93 </package>
94
95 <package name="mingw32-minizip" alias="minizip">
96 <description lang="en" title="Simple ZIP support from zlib">
97 <paragraph>NOTE: This program was not delivered with the zlib-1.2.8
98 release. This decision was made due to the number of downloads for
99 the package as well as a belief that the zip and unzip packages are
100 already minimal enough. It is therefore considered obsolete and
101 should be removed from your systems.
102 </paragraph>
103 <paragraph>The minizip package provides two simple ZIP archive
104 manipulation tools, based on the minizip library from zlib. More
105 sophisticated needs are met by the unzip and zip packages.
106 </paragraph>
107 <paragraph>The libminizip library provides zlib-based support for
108 manipulating ZIP archives. It is suitable for clients that need only
109 create, inspect, and unpack such archives; more demanding needs may be
110 met by the libarchive package.
111 </paragraph>
112 </description>
113 <affiliate group="MinGW Deprecated Packages" />
114
115 <licence tarname="zlib-%-mingw32-%-lic.tar.%" />
116 <source tarname="zlib-%-mingw32-%-src.tar.%" />
117
118 <component class="bin">
119 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
120 <requires eq="mingw32-libminizip-%-mingw32-dll-1.tar" />
121 <release tarname="minizip-1.2.7-1-mingw32-bin.tar.lzma" />
122 </component>
123 </package>
124
125 <package name="mingw32-libminizip" alias="libminizip">
126 <description lang="en" title="Simple ZIP support from zlib">
127 <paragraph>NOTE: This program was not delivered with the zlib-1.2.8
128 release. This decision was made due to the number of downloads for the
129 package as well as a belief that the libarchive package is already
130 minimal enough. It is therefore considered obsolete and should be
131 removed from your system.
132 </paragraph>
133 <paragraph>The minizip library provides zlib-based support for
134 manipulating ZIP archives. It is suitable for clients that need only
135 create, inspect, and unpack such archives; more demanding needs may be
136 met by the libarchive package.
137 </paragraph>
138 <paragraph>This distribution also provides two simple utility programs:
139 minizip and miniunzip. Again, more sophisticated needs are met by the
140 unzip and zip packages.
141 </paragraph>
142 </description>
143
144 <licence tarname="zlib-%-mingw32-%-lic.tar.%" />
145 <source tarname="zlib-%-mingw32-%-src.tar.%" />
146
147 <component class="dll">
148 <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
149 <requires eq="mingw32-libz-%-mingw32-dll-1.tar" />
150 <release tarname="libminizip-1.2.7-1-mingw32-dll-1.tar.lzma" />
151 </component>
152
153 <component class="dev">
154 <requires eq="mingw32-libz-%-mingw32-dev.tar" />
155 <requires eq="mingw32-libminizip-%-mingw32-dll-1.tar" />
156 <release tarname="libminizip-1.2.7-1-mingw32-dev.tar.lzma" />
157 </component>
158 </package>
159
160 </package-collection>
161</software-distribution>
162<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.