This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/var/lib/mingw-get/data/msys-base.xml

73 lines
3.2 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://www.mingw.org" issue="2013072300">
<!-- File: msys-base.xml -->
<!-- This is a preliminary catalogue describing the contents of a
basic, small, but relatively useful, msys installation. It attempts
to replicate, with certain judicious additions and deletions, the
set of packages originally installed by the old MSYS monolithic
installers circa MSYS-1.0.11 -->
<package-collection subsystem="msys">
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
<package name="msys-tiny" alias="msys-minimal" class="virtual">
<affiliate group="MSYS Base System" />
<description lang="en" title="A Tiny MSYS Installation (meta)">
<paragraph>This meta package provides the smallest possible
functional MSYS installation. It includes only MSYS itself,
a bash shell, and a few absolutely required commandline
utilities. Other components can be added manually as needed.
</paragraph>
</description>
<component class="bin">
<release tarname="msys-tiny-2013072300-msys-bin.meta" />
<requires eq="msys-bash-*-msys-*-bin.tar" />
<requires eq="msys-coreutils-*-msys-*-bin.tar" />
</component>
</package>
<package name="msys-base" alias="msys" class="virtual">
<affiliate group="Basic Setup" />
<affiliate group="MSYS Base System" />
<description lang="en" title="A Basic MSYS Installation (meta)">
<paragraph>This meta package contains the components necessary
to create a basic, small, but relatively useful MSYS installation.
It includes the core system, bash, various command line utilities,
and archiving/compression tools. It attempts to replicate, with
certain judicious additions and deletions, the set of tools
originally installed by the old MSYS monolithic installers.
</paragraph>
</description>
<component class="bin">
<release tarname="msys-base-2013072300-msys-bin.meta" />
<requires eq="msys-bash-*-msys-*-bin.tar" />
<requires eq="msys-bzip2-*-msys-*-bin.tar" />
<requires eq="msys-core-*-msys-*-ext.tar" />
<requires eq="msys-coreutils-*-msys-*-bin.tar" />
<requires eq="msys-dos2unix-*-msys-*-bin.tar" />
<requires eq="msys-diffutils-*-msys-*-bin.tar" />
<requires eq="msys-findutils-*-msys-*-bin.tar" />
<requires eq="msys-file-*-msys-*-bin.tar" />
<requires eq="msys-gawk-*-msys-*-bin.tar" />
<requires eq="msys-grep-*-msys-*-bin.tar" />
<requires eq="msys-gzip-*-msys-*-bin.tar" />
<requires eq="msys-less-*-msys-*-bin.tar" />
<requires eq="msys-make-*-msys-*-bin.tar" />
<requires eq="msys-sed-*-msys-*-bin.tar" />
<requires eq="msys-tar-*-msys-*-bin.tar" />
<requires eq="msys-texinfo-*-msys-*-bin.tar" />
<requires eq="msys-xz-*-msys-*-bin.tar" />
</component>
</package>
</package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->