• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Revisiondb6cda0395413f9cbe8417a0377c6c615d634b0f (tree)
Time2010-05-05 22:00:34
AuthorCharles Wilson <cwilso11@user...>
CommiterCharles Wilson

Log Message

Add msys-zlib.xml

Change Summary

Incremental Difference

--- /dev/null
+++ b/msys/msys-zlib.xml
@@ -0,0 +1,34 @@
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3+ <package-collection subsystem="msys">
4+ <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
5+ <package name="msys-zlib">
6+ <affiliate group="MSYS Base System" />
7+ <description lang="en" title="ZLib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library">
8+ <paragraph>The zlib compression library provides in-memory compression and decompression functions, including integrity checks of the uncompressed data.</paragraph>
9+ </description>
10+ <!-- note: for historical reasons, the zlib dll component does not specify a soname -->
11+ <component class="dll">
12+ <release tarname="zlib-1.2.3-1-msys-1.0.11-dll.tar.gz" />
13+ <release tarname="zlib-1.2.3-2-msys-1.0.13-dll.tar.lzma" />
14+ <requires eq="msys-msysCORE-*-msys-*-bin.tar" />
15+ </component>
16+ <component class="dev">
17+ <release tarname="zlib-1.2.3-1-msys-1.0.11-dev.tar.gz" />
18+ <release tarname="zlib-1.2.3-2-msys-1.0.13-dev.tar.lzma" />
19+ <requires eq="msys-zlib-%-msys-%-dll.tar" />
20+ </component>
21+ <component class="doc">
22+ <release tarname="zlib-1.2.3-1-msys-1.0.11-doc.tar.gz" />
23+ <release tarname="zlib-1.2.3-2-msys-1.0.13-doc.tar.lzma" />
24+ </component>
25+ <component class="lic">
26+ <release tarname="zlib-1.2.3-1-msys-1.0.11-lic.tar.gz" />
27+ <release tarname="zlib-1.2.3-2-msys-1.0.13-lic.tar.lzma" />
28+ </component>
29+ <licence tarname="zlib-%-msys-%-lic.tar" />
30+ <source tarname="zlib-%-msys-%-src.tar" />
31+ </package>
32+ </package-collection>
33+</software-distribution>
34+