[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: mingw-developer-toolkit.xml -->
|
---|
| 5 |
|
---|
| 6 | <!-- This is a preliminary catalogue describing the contents of a
|
---|
| 7 | relatively, if not kitchen-sink-level, complete msys installation.
|
---|
| 8 | It attempts to replicate, with certain judicious additions and
|
---|
| 9 | deletions, the set of packages originally installed by the old
|
---|
| 10 | MSYS-DTK monolithic installers, circa msysDTK-1.0.1 -->
|
---|
| 11 |
|
---|
| 12 | <package-collection subsystem="msys">
|
---|
| 13 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 14 |
|
---|
| 15 | <package name="mingw-developer-toolkit" alias="mingw-dtk" class="virtual">
|
---|
| 16 |
|
---|
| 17 | <affiliate group="Basic Setup" />
|
---|
| 18 | <affiliate group="MinGW Developer Toolkit" />
|
---|
| 19 |
|
---|
| 20 | <description lang="en" title="An MSYS Installation for MinGW Developers (meta)">
|
---|
| 21 | <paragraph>This meta package contains the components necessary to
|
---|
| 22 | create a relatively complete MSYS installation suitable for most
|
---|
| 23 | MinGW developers' needs. It includes the msys-base system, as well
|
---|
| 24 | as the autotools (autoconf, automake, libtool, gettext, and libiconv)
|
---|
| 25 | configured for use in maintaining and building native win32 (MinGW)
|
---|
| 26 | programs. It includes m4, perl, vim, patch, cvs, guile, mktemp,
|
---|
| 27 | bison, flex, lndir, and other useful command line tools. It also
|
---|
| 28 | includes networking clients for ssh, rsh, telnet, and ftp protocols.
|
---|
| 29 | </paragraph>
|
---|
| 30 | <paragraph>Note that, for certain esoteric reasons, some of the packages
|
---|
| 31 | installed by this meta package are MSYS packages, and install, as
|
---|
| 32 | expected, in the / == /usr directory (that is, into C:\msys\1.0, or
|
---|
| 33 | whatever you've chosen as the "root" MSYS path). However, it also
|
---|
| 34 | includes some MinGW packages: the autotools are technically configured
|
---|
| 35 | for MinGW, and are installed into the /mingw directory (that is, into
|
---|
| 36 | C:\MinGW or whatever you've chosen as the "root" MinGW path).
|
---|
| 37 | </paragraph>
|
---|
| 38 | </description>
|
---|
| 39 |
|
---|
| 40 | <component class="bin">
|
---|
| 41 | <release tarname="mingw-developer-toolkit-2013072300-msys-bin.meta" />
|
---|
| 42 | <requires eq="mingw32-autotools-*-mingw32-bin.meta" />
|
---|
| 43 | <requires eq="msys-base-*-msys-*-bin.meta" />
|
---|
| 44 | <requires eq="msys-autogen-*-msys-*-bin.tar" />
|
---|
| 45 | <requires eq="msys-bison-*-msys-*-bin.tar" />
|
---|
| 46 | <requires eq="msys-bsdtar-*-msys-*-bin.tar" />
|
---|
| 47 | <requires eq="msys-bsdcpio-*-msys-*-bin.tar" />
|
---|
| 48 | <requires eq="msys-coreutils-*-msys-*-ext.tar" />
|
---|
| 49 | <requires eq="msys-cvs-*-msys-*-bin.tar" />
|
---|
| 50 | <requires eq="msys-diffstat-*-msys-*-bin.tar" />
|
---|
| 51 | <requires eq="msys-flex-*-msys-*-bin.tar" />
|
---|
| 52 | <requires eq="msys-guile-*-msys-*-bin.tar" />
|
---|
| 53 | <requires eq="msys-inetutils-*-msys-*-bin.tar" />
|
---|
| 54 | <requires eq="msys-lndir-*-msys-*-bin.tar" />
|
---|
| 55 | <requires eq="msys-m4-*-msys-*-bin.tar" />
|
---|
| 56 | <requires eq="msys-mktemp-*-msys-*-bin.tar" />
|
---|
| 57 | <requires eq="msys-openssh-*-msys-*-bin.tar" />
|
---|
| 58 | <requires eq="msys-openssl-*-msys-*-bin.tar" />
|
---|
| 59 | <requires eq="msys-patch-*-msys-*-bin.tar" />
|
---|
| 60 | <requires eq="msys-perl-*-msys-*-bin.tar" />
|
---|
| 61 | <requires eq="msys-rsync-*-msys-*-bin.tar" />
|
---|
| 62 | <requires eq="msys-vim-*-msys-*-bin.tar" />
|
---|
| 63 | </component>
|
---|
| 64 | </package>
|
---|
| 65 |
|
---|
| 66 | </package-collection>
|
---|
| 67 | </software-distribution>
|
---|
| 68 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|