Move all to deprecated folder.
This commit is contained in:
16
deprecated/firmware/buildroot/package/luaposix/luaposix.mk
Normal file
16
deprecated/firmware/buildroot/package/luaposix/luaposix.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaposix
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAPOSIX_VERSION = 33.3.1
|
||||
LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
|
||||
LUAPOSIX_LICENSE = MIT
|
||||
LUAPOSIX_LICENSE_FILES = COPYING
|
||||
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua ncurses
|
||||
# 0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch
|
||||
LUAPOSIX_AUTORECONF = YES
|
||||
LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user