Files

17 lines
653 B
Makefile
Raw Permalink Normal View History

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)
PKG_NAME="jsoncpp"
2024-09-12 07:10:25 +00:00
PKG_VERSION="1.9.6"
PKG_SHA256="f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2"
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"
PKG_DEPENDS_TARGET="toolchain"
2017-11-22 14:19:28 +01:00
PKG_LONGDESC="A C++ library for interacting with JSON."
PKG_BUILD_FLAGS="+pic"
2022-08-29 11:44:41 +00:00
PKG_MESON_OPTS_TARGET="-Dtests=false \
--default-library static"