mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
19 lines
694 B
Makefile
19 lines
694 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="game.libretro.snes9x2002"
|
|
PKG_VERSION="7.2.0.30-Matrix"
|
|
PKG_SHA256="e04558a80b3c5e80e786439339d2027a96ae9d70a003582a9bbe7e2c51c2604c"
|
|
PKG_REV="1"
|
|
# neon optimizations make it only useful for arm
|
|
PKG_ARCH="arm"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/kodi-game/game.libretro.snes9x2002"
|
|
PKG_URL="https://github.com/kodi-game/game.libretro.snes9x2002/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain kodi-platform libretro-snes9x2002"
|
|
PKG_SECTION=""
|
|
PKG_LONGDESC="game.libretro.snes9x2002: snes9x2002 for Kodi"
|
|
|
|
PKG_IS_ADDON="yes"
|
|
PKG_ADDON_TYPE="kodi.gameclient"
|