mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Release notes:
https://codeberg.org/gumbo-parser/gumbo-parser/releases/tag/0.13.2
The removed patch has been merged with commit [1].
[1] b66e167944
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
554 B
Makefile
17 lines
554 B
Makefile
################################################################################
|
|
#
|
|
# gumbo-parser
|
|
#
|
|
################################################################################
|
|
|
|
GUMBO_PARSER_VERSION = 0.13.2
|
|
GUMBO_PARSER_SITE = https://codeberg.org/gumbo-parser/gumbo-parser/archive
|
|
GUMBO_PARSER_SOURCE = $(GUMBO_PARSER_VERSION).tar.gz
|
|
GUMBO_PARSER_LICENSE = Apache-2.0
|
|
GUMBO_PARSER_LICENSE_FILES = doc/COPYING
|
|
GUMBO_PARSER_INSTALL_STAGING = YES
|
|
GUMBO_PARSER_AUTORECONF = YES
|
|
GUMBO_PARSER_CONF_OPTS = --disable-examples
|
|
|
|
$(eval $(autotools-package))
|