Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 453fc1d0e9b6a44bbada4290d565f840a5e96ba2d1b47562ba38bd9c7e82195a luasocket-3.0rc1-1.src.rock

View 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))