[1046] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
| 2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2010090600">
|
---|
| 3 |
|
---|
| 4 | <!-- File: msys-system-builder.xml -->
|
---|
| 5 |
|
---|
| 6 | <!-- This is a preliminary catalogue listing those tools necessary to
|
---|
| 7 | build MSYS-dependent applications and libraries, as well as the
|
---|
| 8 | MSYS DLL itself. It does not include headers or link libraries
|
---|
| 9 | needed to use those pre-build MSYS libraries distributed by the
|
---|
| 10 | MinGW/MSYS project; if desired, those should be installed as
|
---|
| 11 | needed, individually. In a manner of speaking, this "replicates"
|
---|
| 12 | the tools installed by the old "msysDVLPR" package ~~ although
|
---|
| 13 | that package contained an obsolete version of gcc-2.95.3, and
|
---|
| 14 | the tools installed by this (meta) package are much newer. -->
|
---|
| 15 |
|
---|
| 16 | <package-collection subsystem="msys">
|
---|
| 17 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 18 |
|
---|
| 19 | <package name="msys-system-builder" alias="msys-dvlpr" class="virtual">
|
---|
| 20 | <affiliate group="MSYS System Builder" />
|
---|
| 21 | <description lang="en" title="Tools for Building MSYS and MSYS utilities (meta)">
|
---|
| 22 | <paragraph>
|
---|
| 23 | This meta package contains the components necessary to build
|
---|
| 24 | MSYS-dependent applications and libraries, as well as the MSYS DLL
|
---|
| 25 | itself. It does not include headers or link libraries needed to use
|
---|
| 26 | pre-built MSYS libraries distributed by the MinGW/MSYS project; if
|
---|
| 27 | desired, those should be installed as needed, individually. In a
|
---|
| 28 | manner of speaking, this "replicates" the tools installed by the old
|
---|
| 29 | "msysDVLPR" package ~~ although (1) that package contained an obsolete
|
---|
| 30 | version of gcc-2.95.3, while the tools installed by this (meta)
|
---|
| 31 | package are much newer, and (2) this (meta) package also adds
|
---|
| 32 | MSYS-customized versions of the autotools (autoconf, automake,
|
---|
| 33 | libtool, gettext, and libiconv). These msys-autotools can be
|
---|
| 34 | installed and used in parallel with the normal, MinGW-flavored ones
|
---|
| 35 | installed by the MinGW Developer Toolkit (MinGW-DTK).
|
---|
| 36 | </paragraph>
|
---|
| 37 | </description>
|
---|
| 38 |
|
---|
| 39 | <component class="bin">
|
---|
| 40 | <release tarname="msys-system-builder-2010090600-msys-bin.meta" />
|
---|
| 41 | <requires ge="msys-base-*-msys-*-bin.meta" />
|
---|
| 42 | <requires ge="msys-core-*-msys-*-dev.tar" />
|
---|
| 43 | <requires ge="msys-core-*-msys-*-dbg.tar" />
|
---|
| 44 | <requires ge="msys-w32api-*-msys-*-dev.tar" />
|
---|
| 45 | <requires ge="msys-binutils-*-msys-*-bin.tar" />
|
---|
| 46 | <requires ge="msys-gcc-*-msys-*-bin.tar" />
|
---|
| 47 | <requires ge="msys-autoconf-*-msys-*-bin.tar" />
|
---|
| 48 | <requires ge="msys-automake-*-msys-*-bin.tar" />
|
---|
| 49 | <requires ge="msys-libtool-*-msys-*-bin.tar" />
|
---|
| 50 | <requires ge="msys-libltdl-*-msys-*-dev.tar" />
|
---|
| 51 | <requires ge="msys-gettext-*-msys-*-bin.tar" />
|
---|
| 52 | <requires ge="msys-gettext-*-msys-*-dev.tar" />
|
---|
| 53 | <requires ge="msys-libiconv-*-msys-*-bin.tar" />
|
---|
| 54 | <requires ge="msys-libiconv-*-msys-*-dev.tar" />
|
---|
| 55 | </component>
|
---|
| 56 | </package>
|
---|
| 57 |
|
---|
| 58 | </package-collection>
|
---|
| 59 | </software-distribution>
|
---|
| 60 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|