mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 06:56:19 +00:00
ab87a65719
update 2.2.1 (2020-12-20) to 2.2.2 (2022-10-21) changelog: - http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.2.tar.gz - http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.3.tar.gz - http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-2.2.4.tar.gz
14 lines
575 B
Makefile
14 lines
575 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="miniupnpc"
|
|
PKG_VERSION="2.2.4"
|
|
PKG_SHA256="481a5e4aede64e9ef29895b218836c3608d973e77a35b4f228ab1f3629412c4b"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="http://miniupnp.free.fr"
|
|
PKG_URL="http://miniupnp.free.fr/files/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="The MiniUPnP project offers software which supports the UPnP Internet Gateway Device (IGD) specifications"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DUPNPC_BUILD_SHARED=OFF -DUPNPC_BUILD_STATIC=ON"
|