summaryrefslogtreecommitdiff
path: root/dist.info
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2014-02-19 12:38:07 +0100
committerPeter Drahoš <drahosp@gmail.com>2014-02-19 12:38:07 +0100
commit5b56443ea427cd8ad566c3801f1d67f1f4ba8718 (patch)
tree8cc192e5e845ef739e841009b3b7fac0c1966e01 /dist.info
downloadlua-5b56443ea427cd8ad566c3801f1d67f1f4ba8718.tar.gz
[luadist-git] add lua-5.2.3-Windows-x865.2.3-Windows-x86Windows-x86
Diffstat (limited to 'dist.info')
-rw-r--r--dist.info56
1 files changed, 56 insertions, 0 deletions
diff --git a/dist.info b/dist.info
new file mode 100644
index 0000000..1d897e4
--- /dev/null
+++ b/dist.info
@@ -0,0 +1,56 @@
+type = "x86"
+arch = "Windows"
+author = "Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo"
+desc = "Lua is a powerful, fast, light-weight, embeddable scripting language."
+name = "lua"
+version = "5.2.3"
+maintainer = "Peter Drahoš"
+files = {
+Runtime = {
+[[bin\wlua.exe]],
+[[bin\lua.exe]],
+[[bin\luac.exe]],
+[[bin\liblua.dll]],
+}
+,
+Header = {
+[[include\lua.h]],
+[[include\lualib.h]],
+[[include\lauxlib.h]],
+[[include\lua.hpp]],
+[[include\luaconf.h]],
+}
+,
+Other = {
+[[share\lua\etc\\lua.ico]],
+[[share\lua\etc\\lua_lang.ico]],
+}
+,
+Documentation = {
+[[share\lua\doc\\contents.html]],
+[[share\lua\doc\\logo.gif]],
+[[share\lua\doc\\lua.1]],
+[[share\lua\doc\\lua.css]],
+[[share\lua\doc\\luac.1]],
+[[share\lua\doc\\manual.css]],
+[[share\lua\doc\\manual.html]],
+[[share\lua\doc\\osi-certified-72x60.png]],
+[[share\lua\doc\\readme.html]],
+}
+,
+Data = {
+[[share\lua\README.md]],
+}
+,
+Library = {
+[[lib\liblua.dll.a]],
+}
+,
+}
+
+license = "MIT/X11"
+provides = {
+[[bit32-5.2.0]],
+}
+
+url = "http://www.lua.org"