Move all to deprecated folder.
This commit is contained in:
@@ -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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 6ca3827c4903814626b96011e17ad99b42ecfa983b605aa75bf58f17e90ed58d lualogging-1.3.0-1.src.rock
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user