initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_LUALDAP
|
||||
bool "lualdap"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_USE_WCHAR # openldap
|
||||
depends on BR2_USE_MMU # openldap
|
||||
select BR2_PACKAGE_OPENLDAP
|
||||
help
|
||||
LuaLDAP is a simple interface from Lua to an LDAP client,
|
||||
in fact it is a bind to OpenLDAP client.
|
||||
|
||||
https://lualdap.github.io/lualdap/
|
||||
|
||||
comment "lualdap needs a toolchain w/ wchar, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 49c253f540187c61850c856b8e70e45dca904b81720a760f6a94e4eb474958ad lualdap-1.3.0-1.src.rock
|
||||
sha256 b9b75da18d1e1147ec47bff508ffdce831da07dc371891b9057cf1c422660af4 lualdap/docs/license.md
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# lualdap
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUALDAP_VERSION = 1.3.0-1
|
||||
LUALDAP_SUBDIR = lualdap
|
||||
LUALDAP_LICENSE = MIT
|
||||
LUALDAP_LICENSE_FILES = $(LUALDAP_SUBDIR)/docs/license.md
|
||||
LUALDAP_DEPENDENCIES = openldap
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user