gumbo-parser.mk 502 B

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