mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 02:16:19 +00:00
14 lines
514 B
Makefile
14 lines
514 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pugixml"
|
|
PKG_VERSION="1.13"
|
|
PKG_SHA256="5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1"
|
|
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"
|