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,9 @@
config BR2_PACKAGE_LUALOGGING
bool "lualogging"
help
LuaLogging provides a simple API to use logging features in Lua.
Its design was based on log4j. LuaLogging currently supports,
through the use of appenders, console, file, rolling file, email,
socket and SQL outputs.
http://www.keplerproject.org/lualogging/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 6ca3827c4903814626b96011e17ad99b42ecfa983b605aa75bf58f17e90ed58d lualogging-1.3.0-1.src.rock

View File

@@ -0,0 +1,12 @@
################################################################################
#
# lualogging
#
################################################################################
LUALOGGING_VERSION = 1.3.0-1
LUALOGGING_SUBDIR = lualogging
LUALOGGING_LICENSE = MIT
LUALOGGING_LICENSE_FILES = $(LUALOGGING_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))