Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/luasocket/Config.in
Normal file
10
deprecated/firmware/buildroot/package/luasocket/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LUASOCKET
|
||||
bool "luasocket"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
LuaSocket is the most comprehensive networking support library
|
||||
for the Lua language.
|
||||
It provides easy access to TCP, UDP, DNS, SMTP,
|
||||
FTP, HTTP, MIME and much more.
|
||||
|
||||
http://luaforge.net/projects/luasocket/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 453fc1d0e9b6a44bbada4290d565f840a5e96ba2d1b47562ba38bd9c7e82195a luasocket-3.0rc1-1.src.rock
|
||||
12
deprecated/firmware/buildroot/package/luasocket/luasocket.mk
Normal file
12
deprecated/firmware/buildroot/package/luasocket/luasocket.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# luasocket
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUASOCKET_VERSION = 3.0rc1-1
|
||||
LUASOCKET_SUBDIR = luasocket-3.0-rc1
|
||||
LUASOCKET_LICENSE = MIT
|
||||
LUASOCKET_LICENSE_FILES = $(LUASOCKET_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user