1################################################################################ 2# 3# nghttp2 4# 5################################################################################ 6 7NGHTTP2_VERSION = 1.41.0 8NGHTTP2_SITE = https://github.com/nghttp2/nghttp2/releases/download/v$(NGHTTP2_VERSION) 9NGHTTP2_LICENSE = MIT 10NGHTTP2_LICENSE_FILES = COPYING 11NGHTTP2_INSTALL_STAGING = YES 12NGHTTP2_CPE_ID_VENDOR = nghttp2 13NGHTTP2_DEPENDENCIES = host-pkgconf 14NGHTTP2_CONF_OPTS = --enable-lib-only 15 16define NGHTTP2_INSTALL_CLEAN_HOOK 17 # Remove fetch-ocsp-response script unused by library 18 $(Q)$(RM) -rf $(TARGET_DIR)/usr/share/nghttp2 19endef 20 21NGHTTP2_POST_INSTALL_TARGET_HOOKS += NGHTTP2_INSTALL_CLEAN_HOOK 22 23$(eval $(autotools-package)) 24