2018-07-16 20:45:36 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
2019-05-28 18:37:57 +01:00
|
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
2014-07-19 00:29:49 +02:00
|
|
|
|
2015-04-03 12:19:38 +03:00
|
|
|
PKG_NAME="jsoncpp"
|
2020-12-30 05:28:11 +00:00
|
|
|
PKG_VERSION="1.9.4"
|
|
|
|
|
PKG_SHA256="e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999"
|
2014-07-19 00:29:49 +02:00
|
|
|
PKG_LICENSE="GPL"
|
2017-11-22 14:19:28 +01:00
|
|
|
PKG_SITE="https://github.com/open-source-parsers/jsoncpp/"
|
2021-01-19 19:34:17 +00:00
|
|
|
PKG_URL="https://github.com/open-source-parsers/jsoncpp/archive/${PKG_VERSION}.tar.gz"
|
2015-04-03 12:19:38 +03:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
2017-11-22 14:19:28 +01:00
|
|
|
PKG_LONGDESC="A C++ library for interacting with JSON."
|
2017-10-27 12:40:32 +02:00
|
|
|
PKG_TOOLCHAIN="cmake"
|
2018-02-23 14:02:16 +01:00
|
|
|
PKG_BUILD_FLAGS="+pic"
|
2014-07-19 00:29:49 +02:00
|
|
|
|
2020-12-30 05:28:11 +00:00
|
|
|
PKG_CMAKE_OPTS_TARGET="-DJSONCPP_WITH_TESTS=OFF -DJSONCPP_WITH_EXAMPLE=OFF"
|