mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
11e41d8cab
- update RetroArch to 1.19.0 - update libretro cores to latest commits/hash - retroarch: drop patches merged upstream - stella: rebase patch
16 lines
449 B
Makefile
16 lines
449 B
Makefile
PKG_NAME="bluemsx"
|
|
PKG_VERSION="df29d437204af0a5158b6ecb2d6b68296f8d979a"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/libretro/blueMSX-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Port of blueMSX to the libretro API."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
PKG_MAKE_OPTS_TARGET="-f Makefile.libretro"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v bluemsx_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|