#
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
include $(INCLUDE_DIR)/package.mk
define Package/lua/Default
- SUBMENU:=LUA
+ SUBMENU:=Lua
SECTION:=lang
CATEGORY:=Languages
- TITLE:=LUA programming language
+ TITLE:=Lua programming language
URL:=http://www.lua.org/
endef
define Package/liblua/description
$(call Package/lua/Default/description)
- This package contains the LUA shared libraries, needed by other programs.
+ This package contains the Lua shared libraries, needed by other programs.
endef
define Package/lua
define Package/lua/description
$(call Package/lua/Default/description)
- This package contains the LUA language interpreter.
+ This package contains the Lua language interpreter.
endef
define Package/luac
define Package/luac/description
$(call Package/lua/Default/description)
- This package contains the LUA language compiler.
+ This package contains the Lua language compiler.
endef
define Package/lua-examples
define Package/lua-examples/description
$(call Package/lua/Default/description)
- This package contains LUA language examples.
+ This package contains Lua language examples.
endef
define Build/Configure