[1046] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
| 2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2013072300">
|
---|
| 3 |
|
---|
| 4 | <!-- File: msys-base.xml -->
|
---|
| 5 | <!-- This is a preliminary catalogue describing the contents of a
|
---|
| 6 | basic, small, but relatively useful, msys installation. It attempts
|
---|
| 7 | to replicate, with certain judicious additions and deletions, the
|
---|
| 8 | set of packages originally installed by the old MSYS monolithic
|
---|
| 9 | installers circa MSYS-1.0.11 -->
|
---|
| 10 |
|
---|
| 11 | <package-collection subsystem="msys">
|
---|
| 12 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 13 |
|
---|
| 14 | <package name="msys-tiny" alias="msys-minimal" class="virtual">
|
---|
| 15 |
|
---|
| 16 | <affiliate group="MSYS Base System" />
|
---|
| 17 |
|
---|
| 18 | <description lang="en" title="A Tiny MSYS Installation (meta)">
|
---|
| 19 | <paragraph>This meta package provides the smallest possible
|
---|
| 20 | functional MSYS installation. It includes only MSYS itself,
|
---|
| 21 | a bash shell, and a few absolutely required commandline
|
---|
| 22 | utilities. Other components can be added manually as needed.
|
---|
| 23 | </paragraph>
|
---|
| 24 | </description>
|
---|
| 25 |
|
---|
| 26 | <component class="bin">
|
---|
| 27 | <release tarname="msys-tiny-2013072300-msys-bin.meta" />
|
---|
| 28 | <requires eq="msys-bash-*-msys-*-bin.tar" />
|
---|
| 29 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
| 30 | </component>
|
---|
| 31 | </package>
|
---|
| 32 |
|
---|
| 33 | <package name="msys-base" alias="msys" class="virtual">
|
---|
| 34 |
|
---|
| 35 | <affiliate group="Basic Setup" />
|
---|
| 36 | <affiliate group="MSYS Base System" />
|
---|
| 37 |
|
---|
| 38 | <description lang="en" title="A Basic MSYS Installation (meta)">
|
---|
| 39 | <paragraph>This meta package contains the components necessary
|
---|
| 40 | to create a basic, small, but relatively useful MSYS installation.
|
---|
| 41 | It includes the core system, bash, various command line utilities,
|
---|
| 42 | and archiving/compression tools. It attempts to replicate, with
|
---|
| 43 | certain judicious additions and deletions, the set of tools
|
---|
| 44 | originally installed by the old MSYS monolithic installers.
|
---|
| 45 | </paragraph>
|
---|
| 46 | </description>
|
---|
| 47 |
|
---|
| 48 | <component class="bin">
|
---|
| 49 | <release tarname="msys-base-2013072300-msys-bin.meta" />
|
---|
| 50 | <requires eq="msys-bash-*-msys-*-bin.tar" />
|
---|
| 51 | <requires eq="msys-bzip2-*-msys-*-bin.tar" />
|
---|
| 52 | <requires eq="msys-core-*-msys-*-ext.tar" />
|
---|
| 53 | <requires eq="msys-coreutils-*-msys-*-bin.tar" />
|
---|
| 54 | <requires eq="msys-dos2unix-*-msys-*-bin.tar" />
|
---|
| 55 | <requires eq="msys-diffutils-*-msys-*-bin.tar" />
|
---|
| 56 | <requires eq="msys-findutils-*-msys-*-bin.tar" />
|
---|
| 57 | <requires eq="msys-file-*-msys-*-bin.tar" />
|
---|
| 58 | <requires eq="msys-gawk-*-msys-*-bin.tar" />
|
---|
| 59 | <requires eq="msys-grep-*-msys-*-bin.tar" />
|
---|
| 60 | <requires eq="msys-gzip-*-msys-*-bin.tar" />
|
---|
| 61 | <requires eq="msys-less-*-msys-*-bin.tar" />
|
---|
| 62 | <requires eq="msys-make-*-msys-*-bin.tar" />
|
---|
| 63 | <requires eq="msys-sed-*-msys-*-bin.tar" />
|
---|
| 64 | <requires eq="msys-tar-*-msys-*-bin.tar" />
|
---|
| 65 | <requires eq="msys-texinfo-*-msys-*-bin.tar" />
|
---|
| 66 | <requires eq="msys-xz-*-msys-*-bin.tar" />
|
---|
| 67 | </component>
|
---|
| 68 | </package>
|
---|
| 69 |
|
---|
| 70 | </package-collection>
|
---|
| 71 | </software-distribution>
|
---|
| 72 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|