[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
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/luaexpat
|
define Package/luaexpat
|
||||||
SUBMENU:=LUA
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=LUAexpat
|
TITLE:=LuaExpat
|
||||||
URL:=http://www.keplerproject.org/luaexpat/
|
URL:=http://www.keplerproject.org/luaexpat/
|
||||||
DEPENDS:=lua +libexpat
|
DEPENDS:=lua +libexpat
|
||||||
endef
|
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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -18,16 +18,16 @@ PKG_MD5SUM:=fe2fa6decc48f0267b4f09975750280e
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/liblua-filesystem
|
define Package/liblua-filesystem
|
||||||
SUBMENU:=LUA
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=luafilsystem - library for the LUA programming language
|
TITLE:=LuaFileSystem
|
||||||
URL:=http://www.luaforge.net/projects/luafilesystem
|
URL:=http://www.luaforge.net/projects/luafilesystem
|
||||||
DEPENDS:=+liblua
|
DEPENDS:=+liblua
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luafilesystem/description
|
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
|
functions for directory creation, listing and deletion and for file
|
||||||
locking.
|
locking.
|
||||||
endef
|
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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -18,7 +18,7 @@ PKG_MD5SUM:=611435c8e61e1a330ee0aa8ddc9c124a
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/luaprofiler
|
define Package/luaprofiler
|
||||||
SUBMENU:=LUA
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Lua Profiler
|
TITLE:=Lua Profiler
|
||||||
|
@ -18,10 +18,10 @@ PKG_MD5SUM:=a88f2c05d22abfcc9ab92bd1d6f32b37
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/luasec
|
define Package/luasec
|
||||||
SUBMENU:=LUA
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=LUASec
|
TITLE:=LuaSec
|
||||||
URL:=http://luasec.luaforge.net/
|
URL:=http://luasec.luaforge.net/
|
||||||
DEPENDS:=lua +libopenssl +luasocket
|
DEPENDS:=lua +libopenssl +luasocket
|
||||||
endef
|
endef
|
||||||
|
@ -18,10 +18,10 @@ PKG_MD5SUM:=41445b138deb7bcfe97bff957503da8e
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/luasocket
|
define Package/luasocket
|
||||||
SUBMENU:=LUA
|
SUBMENU:=Lua
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=LUASocket
|
TITLE:=LuaSocket
|
||||||
URL:=http://luasocket.luaforge.net/
|
URL:=http://luasocket.luaforge.net/
|
||||||
DEPENDS:=lua
|
DEPENDS:=lua
|
||||||
endef
|
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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -57,13 +57,13 @@ endef
|
|||||||
|
|
||||||
define Package/weechat-mod-lua
|
define Package/weechat-mod-lua
|
||||||
$(call Package/weechat/Default)
|
$(call Package/weechat/Default)
|
||||||
TITLE+= (LUA plugin)
|
TITLE+= (Lua plugin)
|
||||||
DEPENDS:=weechat +liblua
|
DEPENDS:=weechat +liblua
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/weechat-mod-lua/description
|
define Package/weechat-mod-lua/description
|
||||||
$(call Package/weechat/Default/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
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user