diff --git a/recipes/lua/Makefile b/recipes/lua/Makefile new file mode 100644 index 0000000..a1eed3d --- /dev/null +++ b/recipes/lua/Makefile @@ -0,0 +1,12 @@ +name = lua +version = 5.4.3 +URL = https://www.lua.org/ftp/lua-$(version).tar.gz + +build-dependencies = readline-dev + +MAKE_OPTIONS_USER = LDFLAGS=-lncursesw linux DESTDIR=$(pkg_fake_root_dir) +MAKE_INSTALL_OPTIONS_USER = INSTALL_TOP=$(pkg_fake_root_dir)/$(PREFIX) \ + INSTALL_MAN=$(pkg_fake_root_dir)/$(PREFIX)/share/man/man1 + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk