OSDN Git Service

Update & publish msys-console
[mingw/mingw-dist.git] / msys / mingw-developer-toolkit.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
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       <affiliate group="MinGW Developer Toolkit" />
17       <description lang="en" title="An MSYS Installation for MinGW Developers (meta)">
18         <paragraph>This meta package contains the components necessary to
19            create a relatively complete MSYS installation suitable for most
20            MinGW developers' needs.  It includes the msys-base system, as well
21            as the autotools (autoconf, automake, libtool, gettext, and libiconv)
22            configured for use in maintaining and building native win32 (MinGW)
23            programs.  It includes m4, perl, vim, patch, cvs, guile, mktemp,
24            bison, flex, lndir, and other useful command line tools. It also
25            includes networking clients for ssh, rsh, telnet, and ftp protocols.
26         </paragraph>
27         <paragraph>Note that, for certain esoteric reasons, some of the packages
28           installed by this meta package are MSYS packages, and install, as
29           expected, in the / == /usr directory (that is, into C:\msys\1.0, or
30           whatever you've chosen as the "root" MSYS path).  However, it also
31           includes some MinGW packages: the autotools are technically configured
32           for MinGW, and are installed into the /mingw directory (that is, into
33           C:\MinGW or whatever you've chosen as the "root" MinGW path).
34         </paragraph>
35       </description>
36
37       <component class="bin">
38         <release tarname="mingw-developer-toolkit-@YYYYMMDDNN@-msys-bin.meta" />
39         <requires eq="mingw32-autotools-*-mingw32-bin.meta" />
40         <requires eq="msys-base-*-msys-*-bin.meta" />
41         <requires eq="msys-autogen-*-msys-*-bin.tar" />
42         <requires eq="msys-bison-*-msys-*-bin.tar" />
43         <requires eq="msys-bsdtar-*-msys-*-bin.tar" />
44         <requires eq="msys-bsdcpio-*-msys-*-bin.tar" />
45         <requires eq="msys-coreutils-*-msys-*-ext.tar" />
46         <requires eq="msys-cvs-*-msys-*-bin.tar" />
47         <requires eq="msys-flex-*-msys-*-bin.tar" />
48         <requires eq="msys-guile-*-msys-*-bin.tar" />
49         <requires eq="msys-inetutils-*-msys-*-bin.tar" />
50         <requires eq="msys-lndir-*-msys-*-bin.tar" />
51         <requires eq="msys-m4-*-msys-*-bin.tar" />
52         <requires eq="msys-mktemp-*-msys-*-bin.tar" />
53         <requires eq="msys-openssh-*-msys-*-bin.tar" />
54         <requires eq="msys-openssl-*-msys-*-bin.tar" />
55         <requires eq="msys-patch-*-msys-*-bin.tar" />
56         <requires eq="msys-perl-*-msys-*-bin.tar" />
57         <requires eq="msys-vim-*-msys-*-bin.tar" />
58       </component>
59     </package>
60
61   </package-collection>
62 </software-distribution>
63 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->