1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
7 PKG_VERSION
:= 2f227cb122584989a61278e93f9a26b1a7e3d1bf
10 PKG_DESCR
:= c
++ library for json
11 PKG_SECTION
:= libs
/misc
12 PKG_BUILDDEP
:= cmake-host
14 PKG_URL
:= https
://github.com
/open-source-parsers
/jsoncpp
15 PKG_SITES
:= https
://github.com
/open-source-parsers
/jsoncpp.git
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,JSONCPP
,jsoncpp
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
23 CMAKE_FLAGS
:= -DJSONCPP_WITH_TESTS
=OFF
-DJSONCPP_WITH_POST_BUILD_UNITTEST
=OFF
26 $(INSTALL_DIR
) $(IDIR_JSONCPP
)/usr
/lib
28 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk