1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2013072200">
|
---|
3 |
|
---|
4 | <!-- File: mingw32-base.xml -->
|
---|
5 | <!-- This is a preliminary catalogue to facilitate the release of
|
---|
6 | mingw-get-0.1-mingw32-alpha-3. It has been modified to support
|
---|
7 | the deployment of gcc-4.5.0-1 and msys-base.
|
---|
8 | -->
|
---|
9 |
|
---|
10 | <package-collection subsystem="mingw32">
|
---|
11 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
12 |
|
---|
13 | <package name="mingw32-base" alias="base mingw mingw32" class="virtual" >
|
---|
14 |
|
---|
15 | <affiliate group="Basic Setup" />
|
---|
16 | <affiliate group="MinGW Base System" />
|
---|
17 |
|
---|
18 | <description lang="en" title="A Basic MinGW Installation" >
|
---|
19 | <paragraph>This meta package provides a basic GCC installation,
|
---|
20 | and includes the C compiler, linker and other binary tools,
|
---|
21 | the runtime libraries and windows API support, mingw32-make,
|
---|
22 | and a debugger. Other components can be added manually as needed.
|
---|
23 | </paragraph>
|
---|
24 | </description>
|
---|
25 |
|
---|
26 | <component class="bin">
|
---|
27 | <release tarname="mingw32-base-2013072200-mingw32-bin.meta" />
|
---|
28 | <requires eq="mingw32-gcc-*-mingw32-*-bin.tar" />
|
---|
29 | <requires eq="mingw32-gcc-*-mingw32-*-lic.tar" />
|
---|
30 | <requires eq="mingw32-make-*-mingw32-*-bin.tar" />
|
---|
31 | <requires eq="mingw32-gdb-*-mingw32-*-bin.tar" />
|
---|
32 | </component>
|
---|
33 | </package>
|
---|
34 |
|
---|
35 | </package-collection>
|
---|
36 | </software-distribution>
|
---|
37 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|