janus-gateway: make echo test plugin optional
[buildroot-gz.git] / package / luaposix / luaposix.mk
blobea3af16fb3e4730c965c4409a65b7051e73f7e33
1 ################################################################################
3 # luaposix
5 ################################################################################
7 LUAPOSIX_VERSION = 33.4.0
8 LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
9 LUAPOSIX_LICENSE = MIT
10 LUAPOSIX_LICENSE_FILES = COPYING
11 LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
12 LUAPOSIX_CONF_OPTS = --libdir="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" --datarootdir="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
14 $(eval $(autotools-package))