mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-05 02:06:57 +00:00
47a43e3dde
also bump PKG_REV of all not-updated addons to make sure freshly built addons get rolled out to LE11 nightly users Signed-off-by: Matthias Reichl <hias@horus.com>
22 lines
721 B
Makefile
22 lines
721 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.scummvm"
|
|
PKG_VERSION="2.6.1.31-Nexus"
|
|
PKG_SHA256="4157b119c1a7aead19511fc75e23d2f70553b9cf82208812b225637c98f07eab"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.scummvm"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.scummvm/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-scummvm"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.scummvm: scummvm for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|
|
|
|
pre_configure_target() {
|
|
export LDFLAGS=$(echo ${LDFLAGS} | sed -e "s|-Wl,--as-needed||")
|
|
}
|