easy-rsa: update, but declare as broken. does not work with libressl openssl tool
[openadk.git] / package / jsoncpp / Makefile
blob496319bb9031aa2d53556e05aee1b9366f066626
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
6 PKG_NAME:= jsoncpp
7 PKG_VERSION:= 9cb88d2ca66af19c53a98843d159cc1d32ebaec6
8 PKG_GIT:= hash
9 PKG_RELEASE:= 1
10 PKG_DESCR:= c++ library for json
11 PKG_SECTION:= libs/misc
12 PKG_BUILDDEP:= cmake-host
13 PKG_NEEDS:= c++
14 PKG_URL:= https://github.com/open-source-parsers/jsoncpp
15 PKG_SITES:= https://github.com/open-source-parsers/jsoncpp.git
16 PKG_OPTS:= dev
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)))
22 CONFIG_STYLE:= cmake
23 CMAKE_FLAGS:= -DJSONCPP_WITH_TESTS=OFF -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF
25 jsoncpp-install:
26 $(INSTALL_DIR) $(IDIR_JSONCPP)/usr/lib
28 include $(ADK_TOPDIR)/mk/pkg-bottom.mk