summaryrefslogtreecommitdiffstats
path: root/package/wsapi/wsapi.mk
blob: ba917a62483563e004b94713fa2e418bcf1535c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
#
# wsapi
#
################################################################################

WSAPI_VERSION = 1.5
WSAPI_SITE = http://github.com/downloads/keplerproject/wsapi
WSAPI_LICENSE = MIT

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

$(eval $(generic-package))
OpenPOWER on IntegriCloud