mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Mainly bugfixes (1.8 was deleted): https://github.com/jpmens/jo/releases/tag/1.9 https://github.com/jpmens/jo/releases/tag/1.7 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
422 B
Makefile
15 lines
422 B
Makefile
################################################################################
|
|
#
|
|
# jo
|
|
#
|
|
################################################################################
|
|
|
|
JO_VERSION = 1.9
|
|
JO_SITE = https://github.com/jpmens/jo/releases/download/$(JO_VERSION)
|
|
JO_LICENSE = MIT (json.[ch]), GPL-2.0+ (rest)
|
|
JO_LICENSE_FILES = COPYING
|
|
# don't build man pages
|
|
JO_CONF_ENV = ac_cv_path_PANDOC=''
|
|
|
|
$(eval $(autotools-package))
|