mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
322 B
Makefile
13 lines
322 B
Makefile
################################################################################
|
|
#
|
|
# luadbi
|
|
#
|
|
################################################################################
|
|
|
|
LUADBI_VERSION = 0.7.5-1
|
|
LUADBI_SUBDIR = luadbi
|
|
LUADBI_LICENSE = MIT
|
|
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
|
|
|
|
$(eval $(luarocks-package))
|