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
14 lines
452 B
Makefile
14 lines
452 B
Makefile
PKG_NAME="quasi88"
|
|
PKG_VERSION="31ccb0c2b634e73355a00086901c0d464846b90a"
|
|
PKG_LICENSE="GPL3"
|
|
PKG_SITE="https://github.com/libretro/quasi88-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A port of QUASI88, a PC-8800 series emulator by Showzoh Fukunaga, to the libretro API"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v quasi88_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|