mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
New lua module: wsapi
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
bfce1e4cbc
commit
e5d578a6e2
21
package/wsapi/wsapi.mk
Normal file
21
package/wsapi/wsapi.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
#############################################################
|
||||
#
|
||||
# wsapi
|
||||
#
|
||||
#############################################################
|
||||
|
||||
WSAPI_VERSION = 1.3.4
|
||||
WSAPI_SITE = http://github.com/downloads/keplerproject/wsapi
|
||||
WSAPI_DEPENDENCIES = coxpcall luafilesystem rings
|
||||
|
||||
define WSAPI_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(TARGET_DIR)/usr/share/lua/wsapi
|
||||
$(INSTALL) -m 0644 -D $(@D)/src/wsapi/*.lua \
|
||||
$(TARGET_DIR)/usr/share/lua/wsapi
|
||||
endef
|
||||
|
||||
define WSAPI_UNINSTALL_TARGET_CMDS
|
||||
rm -rf "$(TARGET_DIR)/usr/share/lua/wsapi"
|
||||
endef
|
||||
|
||||
$(eval $(call GENTARGETS,package,wsapi))
|
||||
Reference in New Issue
Block a user