XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | a323155cae12ba2683085de44b683f309758c6b6 (tree) |
---|---|
l'heure | 2010-05-11 11:01:48 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Add msys-autoconf.xml
@@ -0,0 +1,51 @@ | ||
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-autoconf"> | |
6 | + <affiliate group="MSYS System Builder" /> | |
7 | + <description lang="en" title="autoconf (msys): Automatic Configure Script Builder"> | |
8 | + <paragraph>This is not the autoconf you are looking for.</paragraph> | |
9 | + <paragraph>Autoconf is an extensible package of M4 macros | |
10 | + that produce shell scripts to automatically configure | |
11 | + software source code packages. These scripts can adapt the | |
12 | + packages to many kinds of UNIX-like systems without manual | |
13 | + user intervention. Autoconf creates a configuration script | |
14 | + for a package from a template file that lists the operating | |
15 | + system features that the package can use, in the form of M4 | |
16 | + macro calls. | |
17 | + </paragraph> | |
18 | + <paragraph>This msys port of autoconf has been modified | |
19 | + specifically for the MSYS System Builder environment; that is, | |
20 | + it is intended to be used only when producing binary packages | |
21 | + for the MSYS subsystem. If you intend to produce executables | |
22 | + for the native "mingw32" subsystem (that is, applications that | |
23 | + should work on Microsoft Windows installations without the MSYS | |
24 | + dll), then you should install the autoconf-*-mingw32-bin, | |
25 | + autoconf2.5-*-mingw32-bin, and/or autoconf2.1-*-mingw32-bin | |
26 | + packages instead. | |
27 | + </paragraph> | |
28 | + </description> | |
29 | + <component class="bin"> | |
30 | + <release tarname="autoconf-2.63-1-msys-1.0.11-bin.tar.lzma" /> | |
31 | + <release tarname="autoconf-2.65-1-msys-1.0.13-bin.tar.lzma" /> | |
32 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
33 | + <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
34 | + <requires eq="msys-coreutils-*-msys-*-bin.tar" /> | |
35 | + <requires eq="msys-m4-*-msys-*-bin.tar" /> | |
36 | + <requires eq="msys-texinfo-*-msys-*-bin.tar" /> | |
37 | + </component> | |
38 | + <component class="doc"> | |
39 | + <release tarname="autoconf-2.63-1-msys-1.0.11-doc.tar.lzma" /> | |
40 | + <release tarname="autoconf-2.65-1-msys-1.0.13-doc.tar.lzma" /> | |
41 | + </component> | |
42 | + <component class="lic"> | |
43 | + <release tarname="autoconf-2.63-1-msys-1.0.11-lic.tar.lzma" /> | |
44 | + <release tarname="autoconf-2.65-1-msys-1.0.13-lic.tar.lzma" /> | |
45 | + </component> | |
46 | + <licence tarname="autoconf-%-msys-%-lic.tar" /> | |
47 | + <source tarname="autoconf-%-msys-%-src.tar" /> | |
48 | + </package> | |
49 | + </package-collection> | |
50 | +</software-distribution> | |
51 | + |