1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2013101200">
|
---|
3 |
|
---|
4 | <!-- File: msys-gcc.xml ~~ mingw-get package description for MSYS version of GCC -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-gcc" alias="msys-g++" >
|
---|
10 | <affiliate group="MSYS System Builder" />
|
---|
11 | <description lang="en" title="The GNU C Compiler For MSYS">
|
---|
12 | <paragraph>This is not the gcc you are looking for.</paragraph>
|
---|
13 | <paragraph>
|
---|
14 | This package provides the MSYS implementation of the GNU C and
|
---|
15 | C++ language compilers; this includes the C preprocessor, and
|
---|
16 | the common back end processors which are necessary to these two
|
---|
17 | language compilers. It has been compiled specifically for
|
---|
18 | generating MSYS-dependent applications and libraries. It should
|
---|
19 | be installed into the / == /usr (that is, C:\msys\1.0) directory,
|
---|
20 | and NOT into the usual MinGW location /mingw (C:\MinGW). It is
|
---|
21 | part of the MSYS System Builder (msys-dvlpr) toolset.
|
---|
22 | </paragraph>
|
---|
23 | <paragraph>
|
---|
24 | Install this component only if you intend to create MSYS-dependent
|
---|
25 | applications.
|
---|
26 | </paragraph>
|
---|
27 | </description>
|
---|
28 |
|
---|
29 | <licence tarname="gcc-%-msys-%-lic.tar.lzma" />
|
---|
30 | <source tarname="gcc-%-msys-%-src.tar.lzma" />
|
---|
31 |
|
---|
32 | <component class="bin" >
|
---|
33 | <requires ge="msys-binutils-*-msys-*-bin.tar" />
|
---|
34 | <requires ge="msys-core-*-msys-*-bin.tar" />
|
---|
35 | <requires ge="msys-core-*-msys-*-dev.tar" />
|
---|
36 | <requires ge="msys-w32api-*-msys-*-dev.tar" />
|
---|
37 | <release tarname="gcc-3.4.4-3-msys-1.0.13-bin.tar.lzma" />
|
---|
38 | </component>
|
---|
39 |
|
---|
40 | <component class="doc" >
|
---|
41 | <release tarname="gcc-3.4.4-3-msys-1.0.13-doc.tar.lzma" />
|
---|
42 | </component>
|
---|
43 |
|
---|
44 | <component class="lic" >
|
---|
45 | <release tarname="gcc-3.4.4-3-msys-1.0.13-lic.tar.lzma" />
|
---|
46 | </component>
|
---|
47 | </package>
|
---|
48 |
|
---|
49 | </package-collection>
|
---|
50 | </software-distribution>
|
---|
51 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|