1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
3 |
|
---|
4 | <!-- File: msys-autoconf.xml ~~ mingw-get package description autoconf (msys) -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-autoconf">
|
---|
10 | <affiliate group="MSYS System Builder" />
|
---|
11 | <description lang="en" title="Automatic Configure Script Builder">
|
---|
12 | <paragraph>This is not the autoconf you are looking for.</paragraph>
|
---|
13 | <paragraph>Autoconf is an extensible package of M4 macros
|
---|
14 | that produce shell scripts to automatically configure
|
---|
15 | software source code packages. These scripts can adapt the
|
---|
16 | packages to many kinds of UNIX-like systems without manual
|
---|
17 | user intervention. Autoconf creates a configuration script
|
---|
18 | for a package from a template file that lists the operating
|
---|
19 | system features that the package can use, in the form of M4
|
---|
20 | macro calls.
|
---|
21 | </paragraph>
|
---|
22 | <paragraph>This msys port of autoconf has been modified
|
---|
23 | specifically for the MSYS System Builder (msys-dvlpr) environment;
|
---|
24 | that is, it is intended to be used only when producing binary packages
|
---|
25 | for the MSYS subsystem. If you intend to produce executables for the
|
---|
26 | native "mingw32" subsystem (that is, applications that should work on
|
---|
27 | Microsoft Windows installations without the MSYS dll), then you should
|
---|
28 | install the mingw32-autoconf-*, mingw32-autoconf2.5-*, and/or
|
---|
29 | mingw32-autoconf2.1-* packages instead.
|
---|
30 | </paragraph>
|
---|
31 | </description>
|
---|
32 |
|
---|
33 | <licence tarname="autoconf-%-msys-%-lic.tar.%" />
|
---|
34 | <source tarname="autoconf-%-msys-%-src.tar.%" />
|
---|
35 |
|
---|
36 | <component class="bin">
|
---|
37 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
38 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
39 | <requires eq="msys-m4-*-msys-*-bin.tar" />
|
---|
40 | <requires eq="msys-perl-*-msys-*-bin.tar" />
|
---|
41 | <requires eq="msys-texinfo-*-msys-*-bin.tar" />
|
---|
42 | <release tarname="autoconf-2.65-1-msys-1.0.13-bin.tar.lzma" />
|
---|
43 | <release tarname="autoconf-2.67-1-msys-1.0.15-bin.tar.lzma" />
|
---|
44 | <release tarname="autoconf-2.68-1-msys-1.0.17-bin.tar.lzma" />
|
---|
45 | </component>
|
---|
46 |
|
---|
47 | <component class="doc">
|
---|
48 | <release tarname="autoconf-2.65-1-msys-1.0.13-doc.tar.lzma" />
|
---|
49 | <release tarname="autoconf-2.67-1-msys-1.0.15-doc.tar.lzma" />
|
---|
50 | <release tarname="autoconf-2.68-1-msys-1.0.17-doc.tar.lzma" />
|
---|
51 | </component>
|
---|
52 |
|
---|
53 | <component class="lic">
|
---|
54 | <release tarname="autoconf-2.65-1-msys-1.0.13-lic.tar.lzma" />
|
---|
55 | <release tarname="autoconf-2.67-1-msys-1.0.15-lic.tar.lzma" />
|
---|
56 | <release tarname="autoconf-2.68-1-msys-1.0.17-lic.tar.lzma" />
|
---|
57 | </component>
|
---|
58 | </package>
|
---|
59 |
|
---|
60 | </package-collection>
|
---|
61 | </software-distribution>
|
---|
62 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|