[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/packages@15412 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c4bbbd291b
commit
3e6b587122
@ -18,10 +18,10 @@ PKG_MD5SUM:=6ecb895ccf5cff1e7f2facd438b1f8d0
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/luaexpat
|
||||
SUBMENU:=LUA
|
||||
SUBMENU:=Lua
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LUAexpat
|
||||
TITLE:=LuaExpat
|
||||
URL:=http://www.keplerproject.org/luaexpat/
|
||||
DEPENDS:=lua +libexpat
|
||||
endef
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2008 OpenWrt.org
|
||||
# Copyright (C) 2008-2009 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -18,16 +18,16 @@ PKG_MD5SUM:=fe2fa6decc48f0267b4f09975750280e
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/liblua-filesystem
|
||||
SUBMENU:=LUA
|
||||
SUBMENU:=Lua
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=luafilsystem - library for the LUA programming language
|
||||
TITLE:=LuaFileSystem
|
||||
URL:=http://www.luaforge.net/projects/luafilesystem
|
||||
DEPENDS:=+liblua
|
||||
endef
|
||||
|
||||
define Package/luafilesystem/description
|
||||
This package contains the luafilesystem library, a set of portable
|
||||
This package contains the LuaFileSystem library, a set of portable
|
||||
functions for directory creation, listing and deletion and for file
|
||||
locking.
|
||||
endef
|
||||
|
@ -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.
|
||||
@ -18,7 +18,7 @@ PKG_MD5SUM:=611435c8e61e1a330ee0aa8ddc9c124a
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/luaprofiler
|
||||
SUBMENU:=LUA
|
||||
SUBMENU:=Lua
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Lua Profiler
|
||||
|
@ -18,10 +18,10 @@ PKG_MD5SUM:=a88f2c05d22abfcc9ab92bd1d6f32b37
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/luasec
|
||||
SUBMENU:=LUA
|
||||
SUBMENU:=Lua
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LUASec
|
||||
TITLE:=LuaSec
|
||||
URL:=http://luasec.luaforge.net/
|
||||
DEPENDS:=lua +libopenssl +luasocket
|
||||
endef
|
||||
|
@ -18,10 +18,10 @@ PKG_MD5SUM:=41445b138deb7bcfe97bff957503da8e
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/luasocket
|
||||
SUBMENU:=LUA
|
||||
SUBMENU:=Lua
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=LUASocket
|
||||
TITLE:=LuaSocket
|
||||
URL:=http://luasocket.luaforge.net/
|
||||
DEPENDS:=lua
|
||||
endef
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006 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.
|
||||
@ -57,13 +57,13 @@ endef
|
||||
|
||||
define Package/weechat-mod-lua
|
||||
$(call Package/weechat/Default)
|
||||
TITLE+= (LUA plugin)
|
||||
TITLE+= (Lua plugin)
|
||||
DEPENDS:=weechat +liblua
|
||||
endef
|
||||
|
||||
define Package/weechat-mod-lua/description
|
||||
$(call Package/weechat/Default/description)
|
||||
This packages contains an LUA scripting plugin for Weechat.
|
||||
This packages contains an Lua scripting plugin for Weechat.
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user