mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
c7ec640ec2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
291 B
Makefile
12 lines
291 B
Makefile
################################################################################
|
|
#
|
|
# lpeg
|
|
#
|
|
################################################################################
|
|
|
|
LPEG_VERSION = 1.1.0-1
|
|
LPEG_LICENSE = MIT
|
|
LPEG_LICENSE_FILES = $(LPEG_SUBDIR)/lpeg.html
|
|
|
|
$(eval $(luarocks-package))
|