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-02-16 03:42:08 +00:00
|
|
|
PKG_VERSION="1.9.2"
|
|
|
|
|
PKG_SHA256="77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0"
|
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/"
|
|
|
|
|
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
|
|
|
|
2017-11-22 14:19:28 +01:00
|
|
|
PKG_CMAKE_OPTS_TARGET="-DJSONCPP_WITH_TESTS=OFF"
|