This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

3
package/waf/waf.hash Normal file
View File

@@ -0,0 +1,3 @@
# Locally computed
sha1 33d170c738ed8c92dda2945b445272972f558244 waf-1.9.5
sha256 101f14e0f47a6410c00b8feda094948516cd3989491c56eb8268907fcd164909 waf-1.9.5

19
package/waf/waf.mk Normal file
View File

@@ -0,0 +1,19 @@
################################################################################
#
# waf
#
################################################################################
WAF_VERSION = 1.9.5
WAF_SOURCE = waf-$(WAF_VERSION)
WAF_SITE = https://waf.io
define HOST_WAF_EXTRACT_CMDS
$(INSTALL) -D -m 0755 $(HOST_WAF_DL_DIR)/waf-$(WAF_VERSION) $(@D)/waf
endef
define HOST_WAF_INSTALL_CMDS
$(INSTALL) -D -m 0755 $(@D)/waf $(HOST_DIR)/bin/waf
endef
$(eval $(host-generic-package))