source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-tcltk.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.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://mingw.org" issue="2013101200">
3
4 <!-- File: mingw32-tcltk.xml -->
5
6 <package-collection subsystem="mingw32">
7 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9 <package name="mingw32-tcl">
10 <affiliate group="MinGW Contributed Applications" />
11 <description lang="en" title="TCL - Tool Command Language">
12 <paragraph>Tcl (Tool Command Language) is a very powerful but easy to
13 learn dynamic programming language, suitable for a very wide range of
14 uses, including web and desktop applications, networking,
15 administration, testing and many more. Open source and business-
16 friendly, Tcl is a mature yet evolving language that is truly cross
17 platform, easily deployed and highly extensible.
18 </paragraph>
19 </description>
20 <licence tarname="tcl-%-mingw32-%-lic.tar.lzma"/>
21 <source tarname="tcl-%-mingw32-%-src.tar.lzma" />
22 <component class="bin">
23 <release tarname="tcl-8.6.0-1-mingw32-bin.tar.lzma" >
24 <requires eq="mingw32-tcl-%-mingw32-dev.tar.lzma" />
25 </release>
26 </component>
27 <component class="dev">
28 <release tarname="tcl-8.6.0-1-mingw32-dev.tar.lzma" >
29 <requires eq="mingw32-tcl-%-mingw32-dll.tar.lzma" />
30 </release>
31 </component>
32 <component class="dll">
33 <release tarname="tcl-8.6.0-1-mingw32-dll.tar.lzma" />
34 </component>
35 <component class="doc">
36 <release tarname="tcl-8.6.0-1-mingw32-doc.tar.lzma" />
37 </component>
38 <component class="lic">
39 <release tarname="tcl-8.6.0-1-mingw32-lic.tar.lzma" />
40 </component>
41 <component class="man">
42 <release tarname="tcl-8.6.0-1-mingw32-man.tar.lzma" />
43 </component>
44 </package>
45 <package name="mingw32-tk">
46 <affiliate group="MinGW Contributed Applications" />
47 <description lang="en" title="TK - TCL Graphical User Interface Toolkit">
48 <paragraph>Tk is a graphical user interface toolkit that takes
49 developing desktop applications to a higher level than conventional
50 approaches. Tk is the standard GUI not only for Tcl, but for many other
51 dynamic languages, and can produce rich, native applications that run
52 unchanged across Windows, Mac OS X, Linux and more.
53 </paragraph>
54 </description>
55 <licence tarname="tk-%-mingw32-%-lic.tar.lzma"/>
56 <source tarname="tk-%-mingw32-%-src.tar.lzma" />
57 <component class="bin">
58 <release tarname="tk-8.6.0-1-mingw32-bin.tar.lzma" >
59 <requires eq="mingw32-tk-%-mingw32-dev.tar.lzma"/>
60 <requires eq="mingw32-tcl-%-mingw32-bin.tar.lzma"/>
61 </release>
62 </component>
63 <component class="dev">
64 <release tarname="tk-8.6.0-1-mingw32-dev.tar.lzma" >
65 <requires eq="mingw32-tk-%-mingw32-dll.tar.lzma"/>
66 </release>
67 </component>
68 <component class="dll">
69 <release tarname="tk-8.6.0-1-mingw32-dll.tar.lzma" />
70 </component>
71 <component class="doc">
72 <release tarname="tk-8.6.0-1-mingw32-doc.tar.lzma" />
73 </component>
74 <component class="lic">
75 <release tarname="tk-8.6.0-1-mingw32-lic.tar.lzma" />
76 </component>
77 </package>
78 </package-collection>
79</software-distribution>
80<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
Note: See TracBrowser for help on using the repository browser.