[1046] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
---|
| 2 | <software-distribution project="MinGW" home="http://www.mingw.org" issue="2012021600">
|
---|
| 3 |
|
---|
| 4 | <!-- File: mingw32-lua.xml ~~ Lua Embedded Scripting Language Interface -->
|
---|
| 5 |
|
---|
| 6 | <package-collection subsystem="mingw32">
|
---|
| 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
---|
| 8 |
|
---|
| 9 | <package name="mingw32-lua" alias="lua">
|
---|
| 10 | <affiliate group="MinGW Supplementary Libraries" />
|
---|
| 11 |
|
---|
| 12 | <description lang="en" title="Lua Embedded Scripting Language Interface">
|
---|
| 13 | <paragraph>
|
---|
| 14 | Lua is a powerful, light-weight programming language designed
|
---|
| 15 | for extending applications. Lua is also frequently used as a
|
---|
| 16 | general-purpose, stand-alone language. Lua is free software.
|
---|
| 17 | </paragraph>
|
---|
| 18 | <paragraph>
|
---|
| 19 | For complete information, visit Lua's web site at http://www.lua.org/
|
---|
| 20 | For an executive summary, see http://www.lua.org/about.html
|
---|
| 21 | </paragraph>
|
---|
| 22 | <paragraph>
|
---|
| 23 | Lua has been used in many different projects around the world.
|
---|
| 24 | For a short list, see http://www.lua.org/uses.html
|
---|
| 25 | </paragraph>
|
---|
| 26 | </description>
|
---|
| 27 |
|
---|
| 28 | <source tarname="lua-%-mingw32-%-src.tar.%" />
|
---|
| 29 | <licence tarname="lua-%-mingw32-%-lic.tar.%" />
|
---|
| 30 |
|
---|
| 31 | <component class="bin">
|
---|
| 32 | <release tarname="lua-5.2.0-1-mingw32-bin.tar.xz">
|
---|
| 33 | <requires eq="lua-%-mingw32-dll-52.tar" />
|
---|
| 34 | </release>
|
---|
| 35 | <release tarname="lua-5.1.4-4-mingw32-bin.tar.xz">
|
---|
| 36 | <requires eq="lua-%-mingw32-dll-51.tar" />
|
---|
| 37 | </release>
|
---|
| 38 | </component>
|
---|
| 39 |
|
---|
| 40 | <component class="dll">
|
---|
| 41 | <release tarname="lua-5.2.0-1-mingw32-dll-52.tar.xz" />
|
---|
| 42 | <release tarname="lua-5.1.4-4-mingw32-dll-51.tar.xz" />
|
---|
| 43 | </component>
|
---|
| 44 |
|
---|
| 45 | <component class="dev">
|
---|
| 46 | <release tarname="lua-5.2.0-1-mingw32-dev.tar.xz" />
|
---|
| 47 | <release tarname="lua-5.1.4-4-mingw32-dev.tar.xz" />
|
---|
| 48 | </component>
|
---|
| 49 |
|
---|
| 50 | <component class="lic">
|
---|
| 51 | <release tarname="lua-5.2.0-1-mingw32-lic.tar.xz" />
|
---|
| 52 | <release tarname="lua-5.1.4-4-mingw32-lic.tar.xz" />
|
---|
| 53 | </component>
|
---|
| 54 |
|
---|
| 55 | <component class="man">
|
---|
| 56 | <release tarname="lua-5.2.0-1-mingw32-man.tar.xz" />
|
---|
| 57 | <release tarname="lua-5.1.4-4-mingw32-man.tar.xz" />
|
---|
| 58 | </component>
|
---|
| 59 |
|
---|
| 60 | <component class="doc">
|
---|
| 61 | <release tarname="lua-5.2.0-1-mingw32-doc.tar.xz" />
|
---|
| 62 | <release tarname="lua-5.1.4-4-mingw32-doc.tar.xz" />
|
---|
| 63 | </component>
|
---|
| 64 | </package>
|
---|
| 65 |
|
---|
| 66 | </package-collection>
|
---|
| 67 | </software-distribution>
|
---|
| 68 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=82 tabstop=2 shiftwidth=2: -->
|
---|