ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MinGW/var/lib/mingw-get/data/msys-bash.xml
Revision: 1046
Committed: Mon Aug 29 13:19:38 2016 UTC (9 years, 2 months ago) by alloc
Content type: application/xml
File size: 3081 byte(s)
Log Message:
Daodan: Added Windows MinGW and build batch file

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="2014101900">
3
4 <!-- File: msys-bash.xml -->
5
6 <package-collection subsystem="msys">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="msys-bash" alias="msys-sh sh bash">
10 <affiliate group="MSYS Base System" />
11 <description lang="en" title="The GNU Bourne Again shell" >
12 <paragraph>Bash is a GNU project sh-compatible shell or command
13 language interpreter. Bash (Bourne Again shell) incorporates
14 useful features from the Korn shell (ksh) and the C shell (csh).
15 Bash is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2
16 Shell and Tools standard. It offers functional improvements over
17 sh for both programming and interactive use. Most sh scripts can
18 be run by bash without modification. Bash is the default shell
19 for MSYS.
20 </paragraph>
21 </description>
22
23 <source tarname="bash-%-msys-%-src.tar.%" />
24 <licence tarname="bash-%-msys-%-lic.tar.%" />
25
26 <component class="bin">
27 <release tarname="bash-3.1.17-4-msys-1.0.16-bin.tar.lzma" />
28 <release tarname="bash-3.1.23-1-msys-1.0.18-bin.tar.xz" />
29 <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
30 <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
31 <requires eq="msys-core-*-msys-*-bin.tar" />
32 <requires eq="msys-coreutils-*-msys-*-bin.tar" />
33 </component>
34
35 <component class="doc">
36 <release tarname="bash-3.1.17-4-msys-1.0.16-doc.tar.lzma" />
37 <release tarname="bash-3.1.23-1-msys-1.0.18-doc.tar.xz" />
38 </component>
39
40 <component class="lic">
41 <release tarname="bash-3.1.17-4-msys-1.0.16-lic.tar.lzma" />
42 <release tarname="bash-3.1.23-1-msys-1.0.18-lic.tar.xz" />
43 </component>
44
45 <component class="lnk">
46 <release tarname="bash-3.1.23-1-msys-1.0.18-lnk.tar.xz">
47 <download tarname="none" />
48 </release>
49 <requires eq="msys-core-*-msys-*-ext.tar" />
50 <action class="post-install">
51 setup = require "setup"
52 sysroot_prefix = os.getenv( "MSYS_SYSROOT" )
53 if sysroot_prefix then
54 setup.create_shortcuts(
55 '--description="Start MinGW Shell"',
56 '--icon="'..sysroot_prefix..'\\msys.ico"',
57 sysroot_prefix..'\\msys.bat', '"MinGW Shell"'
58 )
59 end
60 </action>
61 <action class="pre-remove">
62 setup = require "setup"
63 sysroot_prefix = os.getenv( "MSYS_SYSROOT" )
64 if sysroot_prefix then
65 setup.delete_shortcuts(
66 "--if-linked="..sysroot_prefix.."\\msys.bat",
67 "--force", '"MinGW Shell"'
68 )
69 end
70 </action>
71 </component>
72
73 </package>
74
75 </package-collection>
76 </software-distribution>
77 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->