From 51b8064fdc8854d2db53fb62fe3c549409a21e23 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 23 Apr 2021 02:31:05 +0200 Subject: [PATCH] Add lua recipe --- recipes/lua/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/lua/Makefile 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