From c111f14db1b4558ebf5b2e894315c8e5217bf6fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 16:08:36 +0100 Subject: make bulk build on Debian/lenny x86 complete - fix some menu descriptions - fix gcc package compile --- package/lua/Config.in | 29 ++--------------------------- package/lua/Config.in.lib | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 package/lua/Config.in.lib (limited to 'package/lua') diff --git a/package/lua/Config.in b/package/lua/Config.in index 580d82217..8605c3b20 100644 --- a/package/lua/Config.in +++ b/package/lua/Config.in @@ -1,35 +1,10 @@ -#menu "lua............................... LUA programming language" +menu "lua............................... LUA programming language" config ADK_COMPILE_LUA tristate default n depends on ADK_PACKAGE_LIBLUA -config ADK_PACKAGE_LIBLUA - prompt "liblua............................ LUA programming language shared libraries" - tristate - select ADK_COMPILE_LUA - 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 combines simple procedural syntax with powerful data description - constructs based on associative arrays and extensible semantics. Lua is - dynamically typed, interpreted from bytecodes, and has automatic memory - management with garbage collection, making it ideal for configuration, - scripting, and rapid prototyping. - - Lua is implemented as a small library of C functions, written in ANSI C, and - compiles unmodified in all known platforms. The implementation goals are - simplicity, efficiency, portability, and low embedding cost. The result is a - fast language engine with small footprint, making it ideal in embedded systems - too. - - http://www.lua.org/ - - This package contains the LUA shared libraries, needed by other programs. - config ADK_PACKAGE_LUA prompt "lua............................... LUA programming language interpreter" tristate @@ -108,4 +83,4 @@ config ADK_PACKAGE_LUA_EXAMPLES This package contains LUA language examples. -#endmenu +endmenu diff --git a/package/lua/Config.in.lib b/package/lua/Config.in.lib new file mode 100644 index 000000000..102d57d70 --- /dev/null +++ b/package/lua/Config.in.lib @@ -0,0 +1,25 @@ +config ADK_PACKAGE_LIBLUA + prompt "liblua............................ LUA programming language shared libraries" + tristate + select ADK_COMPILE_LUA + 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 combines simple procedural syntax with powerful data description + constructs based on associative arrays and extensible semantics. Lua is + dynamically typed, interpreted from bytecodes, and has automatic memory + management with garbage collection, making it ideal for configuration, + scripting, and rapid prototyping. + + Lua is implemented as a small library of C functions, written in ANSI C, and + compiles unmodified in all known platforms. The implementation goals are + simplicity, efficiency, portability, and low embedding cost. The result is a + fast language engine with small footprint, making it ideal in embedded systems + too. + + http://www.lua.org/ + + This package contains the LUA shared libraries, needed by other programs. + -- cgit v1.2.3