Move buildroot to bsp directory.
This commit is contained in:
10
bsp/buildroot/package/luasec/Config.in
Normal file
10
bsp/buildroot/package/luasec/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LUASEC
|
||||
bool "luasec"
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
LuaSec is a binding for OpenSSL library to provide TLS/SSL
|
||||
communication.
|
||||
|
||||
http://www.inf.puc-rio.br/~brunoos/luasec/
|
||||
2
bsp/buildroot/package/luasec/luasec.hash
Normal file
2
bsp/buildroot/package/luasec/luasec.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 d2198cc39b3fa55bd5020046742b34093b6efcb619cf4032948b8c8556202a32 luasec-0.5-2.src.rock
|
||||
14
bsp/buildroot/package/luasec/luasec.mk
Normal file
14
bsp/buildroot/package/luasec/luasec.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# luasec
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUASEC_VERSION_UPSTREAM = 0.5
|
||||
LUASEC_VERSION = $(LUASEC_VERSION_UPSTREAM)-2
|
||||
LUASEC_SUBDIR = luasec
|
||||
LUASEC_LICENSE = MIT
|
||||
LUASEC_LICENSE_FILES = $(LUASEC_SUBDIR)/LICENSE
|
||||
LUASEC_DEPENDENCIES = openssl
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user