1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
2 | <software-distribution project="MinGW" home="http://mingw.org" issue="2012073100">
|
---|
3 |
|
---|
4 | <!-- File: msys-dash.xml -->
|
---|
5 |
|
---|
6 | <package-collection subsystem="msys">
|
---|
7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
8 |
|
---|
9 | <package name="msys-dash">
|
---|
10 | <description lang="en" title="The Debian Almquist Shell">
|
---|
11 | <paragraph>DASH is a POSIX-compliant implementation of /bin/sh
|
---|
12 | that aims to be as small as possible. It does this without
|
---|
13 | sacrificing speed where possible. In fact, it is significantly
|
---|
14 | faster than bash (the GNU Bourne-Again SHell) for most tasks.
|
---|
15 | </paragraph>
|
---|
16 | <paragraph>This version of dash has been modified to support
|
---|
17 | $LINENO, so it should suffice to run most configure scripts.
|
---|
18 | More importantly, unlike msys-bash, msys-dash has no
|
---|
19 | dependencies other than the MSYS runtime itself. Therefore,
|
---|
20 | dash can be used (it is, in fact, required) to run the
|
---|
21 | rebaseall tool from the msys-rebase package.
|
---|
22 | </paragraph>
|
---|
23 | </description>
|
---|
24 |
|
---|
25 | <licence tarname="dash-%-msys-%-lic.tar.%" />
|
---|
26 | <source tarname="dash-%-msys-%-src.tar.%" />
|
---|
27 |
|
---|
28 | <component class="bin">
|
---|
29 | <requires eq="msys-core-*-msys-*-bin.tar" />
|
---|
30 | <release tarname="dash-0.5.5.1_2-1-msys-1.0.13-bin.tar.lzma" />
|
---|
31 | </component>
|
---|
32 |
|
---|
33 | <component class="doc">
|
---|
34 | <release tarname="dash-0.5.5.1_2-1-msys-1.0.13-doc.tar.lzma" />
|
---|
35 | </component>
|
---|
36 |
|
---|
37 | <component class="lic">
|
---|
38 | <release tarname="dash-0.5.5.1_2-1-msys-1.0.13-lic.tar.lzma" />
|
---|
39 | </component>
|
---|
40 | </package>
|
---|
41 |
|
---|
42 | </package-collection>
|
---|
43 | </software-distribution>
|
---|
44 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|
---|