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-automake.xml ~~ mingw-get package description automake (msys) -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-automake">
|
---|
10 | <affiliate group="MSYS System Builder" />
|
---|
11 | <description lang="en" title="Automatic Makefile Builder">
|
---|
12 | <paragraph>This is not the automake you are looking for.</paragraph>
|
---|
13 | <paragraph>Automake is a tool for automatically generating Makefile.in
|
---|
14 | files compliant with the GNU Coding Standards. Automake requires the
|
---|
15 | use of Autoconf.
|
---|
16 | </paragraph>
|
---|
17 | <paragraph>This msys port of automake has been modified specifically for
|
---|
18 | the MSYS System Builder (msys-dvlpr) environment; that is, it is
|
---|
19 | intended to be used only when producing binary packages for the MSYS
|
---|
20 | subsystem. If you intend to produce executables for the native
|
---|
21 | "mingw32" subsystem (that is, applications that should work on
|
---|
22 | Microsoft Windows installations without the MSYS dll), then you should
|
---|
23 | install the mingw32-automake-*, and/or the mingw32-automake1.NN-*
|
---|
24 | packages instead.
|
---|
25 | </paragraph>
|
---|
26 | </description>
|
---|
27 |
|
---|
28 | <licence tarname="automake-%-msys-%-lic.tar.%" />
|
---|
29 | <source tarname="automake-%-msys-%-src.tar.%" />
|
---|
30 |
|
---|
31 | <component class="bin">
|
---|
32 | <requires eq="msys-autoconf-*-msys-*-bin.tar" />
|
---|
33 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
34 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
35 | <requires eq="msys-m4-*-msys-*-bin.tar" />
|
---|
36 | <requires eq="msys-perl-*-msys-*-bin.tar" />
|
---|
37 | <requires eq="msys-texinfo-*-msys-*-bin.tar" />
|
---|
38 | <release tarname="automake-1.11.1-1-msys-1.0.13-bin.tar.lzma" />
|
---|
39 | </component>
|
---|
40 |
|
---|
41 | <component class="doc">
|
---|
42 | <release tarname="automake-1.11.1-1-msys-1.0.13-doc.tar.lzma" />
|
---|
43 | </component>
|
---|
44 |
|
---|
45 | <component class="lic">
|
---|
46 | <release tarname="automake-1.11.1-1-msys-1.0.13-lic.tar.lzma" />
|
---|
47 | </component>
|
---|
48 | </package>
|
---|
49 |
|
---|
50 | </package-collection>
|
---|
51 | </software-distribution>
|
---|
52 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|