mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
31b7aecd7e
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# luaexpat
|
|
#
|
|
################################################################################
|
|
|
|
LUAEXPAT_VERSION = 1.5.1-1
|
|
LUAEXPAT_SUBDIR = luaexpat
|
|
LUAEXPAT_LICENSE = MIT
|
|
LUAEXPAT_LICENSE_FILES = $(LUAEXPAT_SUBDIR)/LICENSE
|
|
LUAEXPAT_DEPENDENCIES = expat
|
|
|
|
$(eval $(luarocks-package))
|