12 lines
559 B
Makefile
12 lines
559 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2010-2011 Roman Weber (roman@openelec.tv)
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="json-c"
|
|
PKG_VERSION="0.17"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/json-c/json-c"
|
|
PKG_URL="https://github.com/json-c/json-c/archive/json-c-${PKG_VERSION%-*}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Implements a reference counting object model that allows you to easily construct JSON objects in C."
|