[1046] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
| 2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2010090601">
|
---|
| 3 |
|
---|
| 4 | <!-- File: mingw32-autotools.xml -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="mingw32">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="mingw32-autotools" alias="autotools" class="virtual">
|
---|
| 10 | <affiliate group="MinGW Autotools" />
|
---|
| 11 | <description lang="en" title="The GNU Autotools for MinGW Development (meta)">
|
---|
| 12 | <paragraph>This meta package contains the components necessary to
|
---|
| 13 | maintain packages that use the GNU Build System. These components
|
---|
| 14 | include autoconf, automake, libtool, libiconv, and gettext -- plus
|
---|
| 15 | their pre-requisites.
|
---|
| 16 | </paragraph>
|
---|
| 17 | <paragraph>Although the autotools consist primarily of perl, shell, and
|
---|
| 18 | m4 scripts, and thus requires MSYS-based interpreters, these
|
---|
| 19 | implementations should be installed into the /mingw directory (that
|
---|
| 20 | is, into C:\MinGW or whatever you've chosen as the "root" MinGW path).
|
---|
| 21 | Most developers who need the autotools will want the versions provided
|
---|
| 22 | by this package, and not the MSYS ones provided by the MSYS System
|
---|
| 23 | Builder (msys-dvlpr) package; the MSYS ones install into the / == /usr
|
---|
| 24 | directory (that is, into C:\msys\1.0) and are intended for use when
|
---|
| 25 | developing applications that use the MSYS runtime.
|
---|
| 26 | </paragraph>
|
---|
| 27 | </description>
|
---|
| 28 |
|
---|
| 29 | <component class="bin">
|
---|
| 30 | <release tarname="mingw32-autotools-2010090601-mingw32-bin.meta" />
|
---|
| 31 | <requires eq="mingw32-autoconf-*-mingw32-*-bin.tar" />
|
---|
| 32 | <requires eq="mingw32-autoconf2.1-*-mingw32-*-bin.tar" />
|
---|
| 33 | <requires eq="mingw32-autoconf2.5-*-mingw32-*-bin.tar" />
|
---|
| 34 | <requires eq="mingw32-automake-*-mingw32-*-bin.tar" />
|
---|
| 35 | <requires eq="mingw32-automake1.4-*-mingw32-*-bin.tar" />
|
---|
| 36 | <requires eq="mingw32-automake1.5-*-mingw32-*-bin.tar" />
|
---|
| 37 | <requires eq="mingw32-automake1.6-*-mingw32-*-bin.tar" />
|
---|
| 38 | <requires eq="mingw32-automake1.7-*-mingw32-*-bin.tar" />
|
---|
| 39 | <requires eq="mingw32-automake1.8-*-mingw32-*-bin.tar" />
|
---|
| 40 | <requires eq="mingw32-automake1.9-*-mingw32-*-bin.tar" />
|
---|
| 41 | <requires eq="mingw32-automake1.10-*-mingw32-*-bin.tar" />
|
---|
| 42 | <requires eq="mingw32-automake1.11-*-mingw32-*-bin.tar" />
|
---|
| 43 | <requires eq="mingw32-libtool-*-mingw32-*-bin.tar" />
|
---|
| 44 | <requires eq="mingw32-libltdl-*-mingw32-*-dev.tar" />
|
---|
| 45 | <requires eq="mingw32-gettext-*-mingw32-*-bin.tar" />
|
---|
| 46 | <requires eq="mingw32-gettext-*-mingw32-*-dev.tar" />
|
---|
| 47 | <requires eq="mingw32-libiconv-*-mingw32-*-bin.tar" />
|
---|
| 48 | <requires eq="mingw32-libiconv-*-mingw32-*-dev.tar" />
|
---|
| 49 | </component>
|
---|
| 50 | </package>
|
---|
| 51 |
|
---|
| 52 | </package-collection>
|
---|
| 53 | </software-distribution>
|
---|
| 54 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|