mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
[cosmetic] change occurences of LUA to Lua (from http://www.lua.org/about.html: Please do not write it as "LUA", which is both ugly and confusing [...] So, please, write "Lua" right!)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15412 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
09f00dd10a
commit
9e400c90e8
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -21,10 +21,10 @@ PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/lua/Default
|
define Package/lua/Default
|
||||||
SUBMENU:=LUA
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=LUA programming language
|
TITLE:=Lua programming language
|
||||||
URL:=http://www.lua.org/
|
URL:=http://www.lua.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ endef
|
|||||||
|
|
||||||
define Package/liblua/description
|
define Package/liblua/description
|
||||||
$(call Package/lua/Default/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
|
endef
|
||||||
|
|
||||||
define Package/lua
|
define Package/lua
|
||||||
@ -55,7 +55,7 @@ endef
|
|||||||
|
|
||||||
define Package/lua/description
|
define Package/lua/description
|
||||||
$(call Package/lua/Default/description)
|
$(call Package/lua/Default/description)
|
||||||
This package contains the LUA language interpreter.
|
This package contains the Lua language interpreter.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luac
|
define Package/luac
|
||||||
@ -66,7 +66,7 @@ endef
|
|||||||
|
|
||||||
define Package/luac/description
|
define Package/luac/description
|
||||||
$(call Package/lua/Default/description)
|
$(call Package/lua/Default/description)
|
||||||
This package contains the LUA language compiler.
|
This package contains the Lua language compiler.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-examples
|
define Package/lua-examples
|
||||||
@ -77,7 +77,7 @@ endef
|
|||||||
|
|
||||||
define Package/lua-examples/description
|
define Package/lua-examples/description
|
||||||
$(call Package/lua/Default/description)
|
$(call Package/lua/Default/description)
|
||||||
This package contains LUA language examples.
|
This package contains Lua language examples.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
Reference in New Issue
Block a user