From 35d22463b7eca3988227cfc054072d14bda5bee0 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 23 Apr 2021 02:31:08 +0200 Subject: [PATCH] Add lua53 recipe --- recipes/lua53/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/lua53/Makefile diff --git a/recipes/lua53/Makefile b/recipes/lua53/Makefile new file mode 100644 index 0000000..7d79791 --- /dev/null +++ b/recipes/lua53/Makefile @@ -0,0 +1,14 @@ +name = lua53 +version = 5.3.6 +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 + +pkg_build_dir = $(pkg_build_par_dir)/lua-$(version)/ + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk