XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | 12363719be5c6a2490c1f8f97105393647b79fc1 (tree) |
---|---|
Time | 2010-05-24 02:59:55 |
Author | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-unzip.xml
@@ -0,0 +1,32 @@ | ||
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-unzip"> | |
6 | + <description lang="en" title="unzip: Command-line unpacker for .zip archives" > | |
7 | + <paragraph>UnZip from the InfoZIP project is an open-source, | |
8 | + command-line alternative to other tools, such as WinZip, for | |
9 | + unpacking zip-format archives. | |
10 | + </paragraph> | |
11 | + </description> | |
12 | + <component class="bin"> | |
13 | + <release tarname="unzip-6.0-1-msys-1.0.13-bin.tar.lzma" /> | |
14 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
15 | + <!-- the following are required for zipgrep --> | |
16 | + <requires eq="msys-coreutils-*-msys-*-bin.tar" /> | |
17 | + <requires eq="msys-sed-*-msys-*-bin.tar" /> | |
18 | + <requires eq="msys-grep-*-msys-*-bin.tar" /> | |
19 | + <requires eq="msys-bash-*-msys-*-bin.tar" /> | |
20 | + </component> | |
21 | + <component class="doc"> | |
22 | + <release tarname="unzip-6.0-1-msys-1.0.13-doc.tar.lzma" /> | |
23 | + </component> | |
24 | + <component class="lic"> | |
25 | + <release tarname="unzip-6.0-1-msys-1.0.13-lic.tar.lzma" /> | |
26 | + </component> | |
27 | + <licence tarname="unzip-%-msys-%-lic.tar" /> | |
28 | + <source tarname="unzip-%-msys-%-src.tar" /> | |
29 | + </package> | |
30 | + </package-collection> | |
31 | +</software-distribution> | |
32 | + |