Add lua53 recipe

master
Karchnu 2021-04-23 02:31:08 +02:00
parent 51b8064fdc
commit 35d22463b7
1 changed files with 14 additions and 0 deletions

14
recipes/lua53/Makefile Normal file
View File

@ -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