2013-06-20 06:40:50 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# luaposix
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-07-21 18:25:40 +02:00
|
|
|
LUAPOSIX_VERSION = 32
|
2013-09-16 18:52:55 +02:00
|
|
|
LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
|
|
|
|
LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
|
2013-06-20 06:40:50 +02:00
|
|
|
LUAPOSIX_LICENSE = MIT
|
|
|
|
LUAPOSIX_LICENSE_FILES = COPYING
|
2014-01-11 16:42:03 +01:00
|
|
|
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
|
2014-01-17 18:47:36 +01:00
|
|
|
LUAPOSIX_CONF_OPT = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
|
2013-06-20 06:40:50 +02:00
|
|
|
|
2013-09-19 08:31:39 +02:00
|
|
|
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
|
|
|
LUAPOSIX_DEPENDENCIES += ncurses
|
|
|
|
endif
|
|
|
|
|
2013-06-20 06:40:50 +02:00
|
|
|
$(eval $(autotools-package))
|