mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 01:06:30 +00:00
17 lines
653 B
Makefile
17 lines
653 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="jsoncpp"
|
|
PKG_VERSION="1.9.5"
|
|
PKG_SHA256="f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2"
|
|
PKG_LICENSE="GPL"
|
|
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"
|
|
PKG_LONGDESC="A C++ library for interacting with JSON."
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dtests=false \
|
|
--default-library static"
|