mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
5ffcb473b4
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.2-1
|
|
LUADBI_SUBDIR = luadbi
|
|
LUADBI_LICENSE = MIT
|
|
LUADBI_LICENSE_FILES = $(LUADBI_SUBDIR)/COPYING
|
|
|
|
$(eval $(luarocks-package))
|