XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | 5b338378523638abb9d244f0e967dd3657ec25be (tree) |
---|---|
l'heure | 2010-05-12 10:52:55 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-automake.xml
@@ -0,0 +1,46 @@ | ||
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-automake"> | |
6 | + <affiliate group="MSYS System Builder" /> | |
7 | + <description lang="en" title="automake (msys): Automatic Makefile Builder"> | |
8 | + <paragraph>This is not the automake you are looking for.</paragraph> | |
9 | + <paragraph>Automake is a tool for automatically generating | |
10 | + Makefile.in files compliant with the GNU Coding Standards. | |
11 | + Automake requires the use of Autoconf. | |
12 | + </paragraph> | |
13 | + <paragraph>This msys port of automake has been modified | |
14 | + specifically for the MSYS System Builder environment; that is, | |
15 | + it is intended to be used only when producing binary packages | |
16 | + for the MSYS subsystem. If you intend to produce executables | |
17 | + for the native "mingw32" subsystem (that is, applications that | |
18 | + should work on Microsoft Windows installations without the MSYS | |
19 | + dll), then you should install the automake-*-mingw32-bin, and/or | |
20 | + the automake1.NN-*-mingw32-bin packages instead. | |
21 | + </paragraph> | |
22 | + </description> | |
23 | + <component class="bin"> | |
24 | + <release tarname="automake-1.11-1-msys-1.0.11-bin.tar.lzma" /> | |
25 | + <release tarname="automake-1.11.1-1-msys-1.0.13-bin.tar.lzma" /> | |
26 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
27 | + <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
28 | + <requires eq="msys-coreutils-*-msys-*-bin.tar" /> | |
29 | + <requires eq="msys-m4-*-msys-*-bin.tar" /> | |
30 | + <requires eq="msys-texinfo-*-msys-*-bin.tar" /> | |
31 | + <requires eq="msys-autoconf-*-msys-*-bin.tar" /> | |
32 | + </component> | |
33 | + <component class="doc"> | |
34 | + <release tarname="automake-1.11-1-msys-1.0.11-doc.tar.lzma" /> | |
35 | + <release tarname="automake-1.11.1-1-msys-1.0.13-doc.tar.lzma" /> | |
36 | + </component> | |
37 | + <component class="lic"> | |
38 | + <release tarname="automake-1.11-1-msys-1.0.11-lic.tar.lzma" /> | |
39 | + <release tarname="automake-1.11.1-1-msys-1.0.13-lic.tar.lzma" /> | |
40 | + </component> | |
41 | + <licence tarname="automake-%-msys-%-lic.tar" /> | |
42 | + <source tarname="automake-%-msys-%-src.tar" /> | |
43 | + </package> | |
44 | + </package-collection> | |
45 | +</software-distribution> | |
46 | + |