source: Daodan/MinGW/var/lib/mingw-get/data/msys-coreutils.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 2.4 KB
Line 
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-coreutils.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-coreutils">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="GNU collection of common command line utilities" >
12 <paragraph>GNU coreutils provides a collection of commonly used
13 utilities essential to a standard POSIX environment. It comprises
14 the former textutils, sh-utils, and fileutils packages.
15 </paragraph>
16 <paragraph>The msys-coreutils-bin subpackage contains those
17 applications that were historically part of the standard MSYS
18 installation. The associated msys-coreutils-ext subpackage
19 contains the rest of the coreutils applications that have been
20 (nominally) ported to MSYS -- usually these are less often used,
21 and are not guaranteed to work: e.g. `su.exe', `chroot.exe' and
22 `mkfifo.exe' are known to be broken.
23 </paragraph>
24 </description>
25
26 <source tarname="coreutils-%-msys-%-src.tar.%" />
27 <licence tarname="coreutils-%-msys-%-lic.tar.%" />
28
29 <component class="bin">
30 <release tarname="coreutils-5.97-3-msys-1.0.13-bin.tar.lzma">
31 <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
32 <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
33 <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
34 </release>
35 <requires eq="msys-core-*-msys-*-bin.tar" />
36 </component>
37
38 <component class="ext">
39 <requires eq="msys-coreutils-%-msys-%-bin.tar" />
40 <release tarname="coreutils-5.97-3-msys-1.0.13-ext.tar.lzma" />
41 </component>
42
43 <component class="lang">
44 <release tarname="coreutils-5.97-3-msys-1.0.13-lang.tar.lzma" />
45 </component>
46
47 <component class="doc">
48 <release tarname="coreutils-5.97-3-msys-1.0.13-doc.tar.lzma" />
49 </component>
50
51 <component class="lic">
52 <release tarname="coreutils-5.97-3-msys-1.0.13-lic.tar.lzma" />
53 </component>
54 </package>
55
56 </package-collection>
57</software-distribution>
58<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.