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)
|
2014-07-19 00:29:49 +02:00
|
|
|
|
2015-04-03 12:19:38 +03:00
|
|
|
PKG_NAME="jsoncpp"
|
2017-11-22 14:19:28 +01:00
|
|
|
PKG_VERSION="1.8.3"
|
|
|
|
|
PKG_SHA256="3671ba6051e0f30849942cc66d1798fdf0362d089343a83f704c09ee7156604f"
|
2014-07-19 00:29:49 +02:00
|
|
|
PKG_ARCH="any"
|
|
|
|
|
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"
|
2014-07-19 00:29:49 +02:00
|
|
|
PKG_SECTION="multimedia"
|
2017-11-22 14:19:28 +01:00
|
|
|
PKG_SHORTDESC="A C++ library for interacting with JSON."
|
|
|
|
|
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"
|