Add lua recipe

master
Karchnu 2021-04-23 02:31:05 +02:00
parent e4ee877e12
commit 51b8064fdc
1 changed files with 12 additions and 0 deletions

12
recipes/lua/Makefile Normal file
View File

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