mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
11
package/wsapi-fcgi/Config.in
Normal file
11
package/wsapi-fcgi/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_WSAPI_FCGI
|
||||
bool "wsapi-fcgi"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBFCGI
|
||||
select BR2_PACKAGE_WSAPI # runtime
|
||||
help
|
||||
WSAPI is an API that abstracts the web server from Lua web
|
||||
applications. This is the rock that contains the FCGI module
|
||||
lfcgi.
|
||||
|
||||
http://www.keplerproject.org/wsapi
|
||||
4
package/wsapi-fcgi/wsapi-fcgi.hash
Normal file
4
package/wsapi-fcgi/wsapi-fcgi.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 14b77861638a5e863fd10d60ad460a961dc108ea5b915f71461a18d5e6be8e4e wsapi-fcgi-1.7-1.src.rock
|
||||
sha256 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159 wsapi/doc/us/license.html
|
||||
sha256 c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2 wsapi/doc/us/license.md
|
||||
15
package/wsapi-fcgi/wsapi-fcgi.mk
Normal file
15
package/wsapi-fcgi/wsapi-fcgi.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# wsapi-fcgi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WSAPI_FCGI_VERSION = 1.7-1
|
||||
WSAPI_FCGI_SUBDIR = wsapi
|
||||
WSAPI_FCGI_LICENSE = MIT
|
||||
WSAPI_FCGI_LICENSE_FILES = \
|
||||
$(WSAPI_FCGI_SUBDIR)/doc/us/license.html \
|
||||
$(WSAPI_FCGI_SUBDIR)/doc/us/license.md
|
||||
WSAPI_FCGI_DEPENDENCIES = libfcgi
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user