1################################################################################ 2# 3# gumbo-parser 4# 5################################################################################ 6 7GUMBO_PARSER_VERSION = 0.10.1 8GUMBO_PARSER_SITE = $(call github,google,gumbo-parser,v$(GUMBO_PARSER_VERSION)) 9GUMBO_PARSER_LICENSE = Apache-2.0 10GUMBO_PARSER_LICENSE_FILES = COPYING 11GUMBO_PARSER_INSTALL_STAGING = YES 12GUMBO_PARSER_AUTORECONF = YES 13GUMBO_PARSER_CONF_OPTS = --disable-examples 14 15$(eval $(autotools-package)) 16