OSDN Git Service

Added msys-make.xml
authorCharles Wilson <cwilso11@users.sourceforge.net>
Tue, 25 May 2010 03:32:30 +0000 (03:32 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Tue, 25 May 2010 03:32:30 +0000 (03:32 +0000)
msys/msys-make.xml [new file with mode: 0644]

diff --git a/msys/msys-make.xml b/msys/msys-make.xml
new file mode 100644 (file)
index 0000000..3ae915d
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+    <package name="msys-make">
+      <affiliate group="MSYS Base System" />
+      <description lang="en" title="make (msys): GNU make utility to maintain groups of programs" >
+        <paragraph>The `make' utility automatically determines which pieces
+          of a large program need to be recompiled, and issues commands to
+          recompile them. GNU `make' was implemented by Richard Stallman
+          and Roland McGrath.  Development since Version 3.76 has been
+          handled by Paul D. Smith.
+        </paragraph>
+        <paragraph>This is a case-preserving version of GNU make. While the
+          win32 file systems encountered when using MSYS software are
+          invariably case-INsensitive, some users prefer a GNU `make' that
+          itself is case-sensitive -- this version of make is a compromise
+          which exploits the case-preserving aspect of win32 file systems.
+          It considers *all* targets as fundamentally case-insensitive, but
+          first attempts to resolve them as case-sensitive, falling back to
+          the case-insensitive behaviour only if the case-sensitive match
+          remains unresolved.
+        </paragraph>
+        <paragraph>The MinGW/MSYS project provides two versions of make:
+          this msys-make version acts generally more as make is intended
+          to operate, and gives fewer headaches during execution. However,
+          msys-make requires the MSYS dll.  The other version, mingw32-make,
+          does not require the MSYS dll, but because of the lack of POSIX
+          support in "pure" Win32 has a number of known shortcomings in
+          comparison.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="make-3.81-2-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="make-3.81-3-msys-1.0.13-bin.tar.lzma" >
+          <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
+        </release>
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="lang">
+        <release tarname="make-3.81-2-msys-1.0.11-lang.tar.lzma" />
+        <release tarname="make-3.81-3-msys-1.0.13-lang.tar.lzma" />
+      </component>
+      <component class="doc">
+        <release tarname="make-3.81-2-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="make-3.81-3-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="make-3.81-2-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="make-3.81-3-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="make-%-msys-%-lic.tar" />
+      <source tarname="make-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+