wsapi-xavante: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add to DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2017-09-02 18:56:41 +02:00 committed by Thomas Petazzoni
parent dd99477836
commit 064b475033
5 changed files with 29 additions and 0 deletions

View file

@ -618,6 +618,7 @@ F: package/qemu/
F: package/sdl2_mixer/
F: package/sdl2_net/
F: package/tekui/
F: package/wsapi-xavante/
F: utils/scancpan
N: Frank Hunleth <fhunleth@troodon-software.com>

View file

@ -606,6 +606,7 @@ menu "Lua libraries/modules"
source "package/rings/Config.in"
source "package/turbolua/Config.in"
source "package/wsapi/Config.in"
source "package/wsapi-xavante/Config.in"
source "package/xavante/Config.in"
endmenu
endif

View file

@ -0,0 +1,13 @@
config BR2_PACKAGE_WSAPI_XAVANTE
bool "wsapi-xavante"
# Runtime dependencies
select BR2_PACKAGE_COXPCALL
select BR2_PACKAGE_RINGS
select BR2_PACKAGE_WSAPI
select BR2_PACKAGE_XAVANTE
help
WSAPI is an API that abstracts the web server from Lua web
applications. This is the rock that contains the Xavante
adapter and launcher.
http://keplerproject.github.com/wsapi/

View file

@ -0,0 +1,2 @@
# locally computed hash
sha256 b30b171e3d4d6fd7e129f14576e1cfc5adf00c0780ef8350f2f9e6f1d4259346 wsapi-xavante-1.6.1-1.src.rock

View file

@ -0,0 +1,12 @@
################################################################################
#
# wsapi-xavante
#
################################################################################
WSAPI_XAVANTE_VERSION_MAJOR = 1.6.1
WSAPI_XAVANTE_VERSION = $(WSAPI_XAVANTE_VERSION_MAJOR)-1
WSAPI_XAVANTE_SUBDIR = wsapi-$(WSAPI_XAVANTE_VERSION_MAJOR)
WSAPI_XAVANTE_LICENSE = MIT
$(eval $(luarocks-package))