2022-08-23 23:09:08 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="pugixml"
|
2023-11-13 22:18:49 +00:00
|
|
|
PKG_VERSION="1.14"
|
2022-08-23 23:09:08 +00:00
|
|
|
PKG_LICENSE="MIT"
|
|
|
|
PKG_SITE="https://pugixml.org/"
|
|
|
|
PKG_URL="https://github.com/zeux/pugixml/archive/v${PKG_VERSION}.tar.gz"
|
|
|
|
PKG_DEPENDS_HOST="toolchain:host"
|
|
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
|
|
PKG_LONGDESC="Light-weight, simple and fast XML parser for C++ with XPath support."
|
|
|
|
PKG_BUILD_FLAGS="+pic"
|