Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 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))