OSDN Git Service

Add free-standing msys-expat, msys-m4, msys-patch and msys-vim.
[mingw/mingw-dist.git] / msys / msys-m4.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: msys-m4.xml -->
5
6   <package-collection subsystem="msys">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="msys-m4">
10       <affiliate group="MSYS Base System" />
11       <description lang="en" title="m4: GNU Macro Processor" >
12         <paragraph>m4 is a macro processor, in the sense that it copies
13           its input to the output, expanding macros as it goes.  Macros
14           are either builtin or user-defined, and can take any number of
15           arguments.  Besides just doing macro expansion, `m4' has builtin
16           functions for including named files, running shell commands,
17           doing integer arithmetic, manipulating text in various ways,
18           performing recursion, etc....  `m4' can be used either as a
19           front-end to a compiler, or as a macro processor in its own
20           right. Its primary use is by autoconf, to generate configure
21           scripts from a library of m4 macros.
22         </paragraph>
23       </description>
24
25       <source tarname="m4-%-msys-%-src.tar" />
26       <licence tarname="m4-%-msys-%-lic.tar" />
27
28       <component class="bin">
29         <requires eq="msys-core-*-msys-*-bin.tar" />
30         <release tarname="m4-1.4.14-1-msys-1.0.13-bin.tar.lzma" />
31       </component>
32
33       <component class="doc">
34         <release tarname="m4-1.4.14-1-msys-1.0.13-doc.tar.lzma" />
35       </component>
36
37       <component class="lic">
38         <release tarname="m4-1.4.14-1-msys-1.0.13-lic.tar.lzma" />
39       </component>
40     </package>
41
42   </package-collection>
43 </software-distribution>
44 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->