Add lua recipe
This commit is contained in:
parent
e4ee877e12
commit
51b8064fdc
12
recipes/lua/Makefile
Normal file
12
recipes/lua/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user