forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# jo
#
################################################################################
 
JO_VERSION = 1.1
JO_SITE = https://github.com/jpmens/jo/releases/download/v$(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))