mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
322 B
Makefile
13 lines
322 B
Makefile
################################################################################
|
|
#
|
|
# luadbi
|
|
#
|
|
################################################################################
|
|
|
|
LUADBI_VERSION = 0.7.3-1
|
|
LUADBI_SUBDIR = luadbi
|
|
LUADBI_LICENSE = MIT
|
|
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
|
|
|
|
$(eval $(luarocks-package))
|