X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flua%2FMakefile;h=e60be8f4b9e7e42784f06df06b5116b73c30d0f8;hb=9e400c90e8e7a714dafbcb6c2bae524b022615af;hp=afd599a3716ebbb2291efc3a2f466e32c72d882d;hpb=09f00dd10adb0d5ee0f4257f27ad534aae89e1e4;p=openwrt-10.03%2F.git diff --git a/package/lua/Makefile b/package/lua/Makefile index afd599a37..e60be8f4b 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -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. # See /LICENSE for more information. @@ -21,10 +21,10 @@ PKG_MD5SUM:=d0870f2de55d59c1c8419f36e8fac150 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 @@ -44,7 +44,7 @@ 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 @@ -55,7 +55,7 @@ endef 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 @@ -66,7 +66,7 @@ endef 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 @@ -77,7 +77,7 @@ endef 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