mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 10:46:19 +00:00
ebfb6258ba
- update RetroArch to 1.19.1 - update cores to latest
16 lines
565 B
Makefile
16 lines
565 B
Makefile
PKG_NAME="gambatte"
|
|
PKG_VERSION="f0d83f0eff4ad91471f90acd098d078eea0a67b3"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/libretro/gambatte-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="libretro implementation of libgambatte, an open-source Game Boy Color emulator written for fun and made available in the hope that it will be useful."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
PKG_MAKE_OPTS_TARGET="-f Makefile.libretro"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v gambatte_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|