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-08-07 00:17:52 +02:00
|
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
2012-06-10 22:44:02 +02:00
|
|
|
|
|
|
|
|
PKG_NAME="tinyxml2"
|
2024-01-01 03:11:00 +00:00
|
|
|
PKG_VERSION="10.0.0"
|
|
|
|
|
PKG_SHA256="3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839"
|
2012-06-10 22:44:02 +02:00
|
|
|
PKG_LICENSE="zlib"
|
|
|
|
|
PKG_SITE="http://www.grinninglizard.com/tinyxml2/index.html"
|
2021-01-19 19:34:17 +00:00
|
|
|
PKG_URL="https://github.com/leethomason/tinyxml2/archive/${PKG_VERSION}.tar.gz"
|
2014-01-30 14:30:27 +01:00
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
2018-10-22 15:06:12 +02:00
|
|
|
PKG_LONGDESC="TinyXML2 is a simple, small, C++ XML parser."
|
2014-01-11 17:00:20 +01:00
|
|
|
|
2021-05-17 04:57:40 +00:00
|
|
|
PKG_MESON_OPTS_TARGET="-Ddefault_library=static \
|
|
|
|
|
-Dtests=false"
|