source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-mingw-utils.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: 3.0 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: mingw32-mingw-utils.xml -->
5
6 <package-collection subsystem="mingw32">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="mingw32-mingw-utils" alias="mingw-utils mingw32-utils">
10 <description lang="en" title="Various useful tools for MinGW" >
11 <paragraph>mingw-utils provides a number of useful utilities for MinGW.
12 These include: `a2dll', a script to generate DLLs from .a archives;
13 `dsw2mak', a script to generate gcc-compatibile GNU Makefiles from
14 MSDevStudio workspace files; `redir.exe', a utility for redirecting
15 stderr within cmd.exe sessions; `reimp.exe', a tool that converts
16 certain MS-format import libraries to GNU format; `res2coff', for
17 converting .res resource files to .o object format (possibly obsoleted
18 by modern versions of windres from mingw32-binutils). Finally, this
19 package also provides an experimental version of `msys-here.exe', a
20 shell extension that adds a context-menu option to Windows Explorer.
21 To install msys-here, run the `msys-here-config' script.
22 </paragraph>
23 <paragraph>Several utilities were provided in the past by previous
24 incarnations of mingw-utils. These included pexports, which is now
25 provided by the separate mingw32-pexports package; dos2unix and
26 unix2dos, which are both now provided by the separate
27 mingw32-dos2unix package; and DrMinGW. DrMinGW is now
28 available and maintained outside the MinGW/MSYS project by its
29 original author: http://code.google.com/p/jrfonseca/wiki/DrMingw
30 </paragraph>
31 </description>
32
33 <licence tarname="mingw-utils-%-mingw32-%-lic.tar.%" />
34 <source tarname="mingw-utils-%-mingw32-%-src.tar.%" />
35
36 <component class="bin">
37 <!-- All of the following requirements are needed to satisfy
38 the msys-here-config, a2dll, and dsw2mak elements of
39 mingw-utils -->
40 <requires eq="msys-core-*-msys-*-bin.tar" />
41 <requires eq="msys-bash-*-msys-*-bin.tar" />
42 <requires eq="msys-coreutils-*-msys-*-bin.tar" />
43 <requires eq="msys-sed-*-msys-*-bin.tar" />
44 <requires eq="msys-gawk-*-msys-*-bin.tar" />
45 <requires eq="mingw32-binutils-*-mingw32-*-bin.tar" />
46 <requires eq="mingw32-pexports-*-mingw32-*-bin.tar" />
47 <release tarname="mingw-utils-0.4-1-mingw32-bin.tar.lzma" />
48 </component>
49
50 <component class="doc">
51 <release tarname="mingw-utils-0.4-1-mingw32-doc.tar.lzma" />
52 </component>
53
54 <component class="lic">
55 <release tarname="mingw-utils-0.4-1-mingw32-lic.tar.lzma" />
56 </component>
57 </package>
58
59 </package-collection>
60</software-distribution>
61<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.