summaryrefslogtreecommitdiff
path: root/packages/scripting-languages/lua/lua.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-04-22 11:58:08 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-04-22 11:58:08 +0200
commit08469050076ff2d97aeba01e26984aefdf77b6e4 (patch)
tree6ae6d015b689203c87f77e824c06a9782b417011 /packages/scripting-languages/lua/lua.kconfig
parent394ae20e7f61a7237783f96a50629f5cd083c82d (diff)
downloadembtoolkit-08469050076ff2d97aeba01e26984aefdf77b6e4.tar.gz
embtoolkit-08469050076ff2d97aeba01e26984aefdf77b6e4.tar.bz2
embtoolkit-08469050076ff2d97aeba01e26984aefdf77b6e4.tar.xz
Packages: lua: add lua-5.1.5 and fix install
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/scripting-languages/lua/lua.kconfig')
-rw-r--r--packages/scripting-languages/lua/lua.kconfig28
1 files changed, 15 insertions, 13 deletions
diff --git a/packages/scripting-languages/lua/lua.kconfig b/packages/scripting-languages/lua/lua.kconfig
index 4ef5998..968d354 100644
--- a/packages/scripting-languages/lua/lua.kconfig
+++ b/packages/scripting-languages/lua/lua.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2010 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2010-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -25,29 +25,31 @@
config EMBTK_HAVE_LUA
bool "Have lua"
+ select EMBTK_LUA_NEED_PATCH
help
- Lua is a powerful, light-weight programming language designed
- for extending applications. Lua is also frequently used as a
- general-purpose, stand-alone language. Lua is free software.
+ Lua is a powerful, fast, lightweight, embeddable scripting
+ language.
+ Lua combines simple procedural syntax with powerful data
+ description constructs based on associative arrays and
+ extensible semantics. Lua is dynamically typed, runs by
+ interpreting bytecode for a register-based virtual machine,
+ and has automatic memory management with incremental garbage
+ collection, making it ideal for configuration, scripting, and
+ rapid prototyping.
+
choice
prompt "lua version you wish"
depends on EMBTK_HAVE_LUA
help
Here you can choose which version of lua you want to use.
- config EMBTK_LUA_VERSION_5_1
- bool "lua-5.1"
+ config EMBTK_LUA_VERSION_5_1_5
+ bool "lua-5.1.5"
endchoice
config EMBTK_LUA_VERSION_STRING
string
- default "5.1" if EMBTK_LUA_VERSION_5_1
+ default "5.1.5" if EMBTK_LUA_VERSION_5_1_5
config EMBTK_LUA_NEED_PATCH
bool
-config EMBTK_LUA_NEED_AUTORECONF
- bool
-config EMBTK_LUA_PKG_IS_TARGZ
- bool
-config EMBTK_LUA_PKG_IS_TARBZ2
- bool