mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-31 20:02:31 +00:00
ceee8b9e28
following cores were not updated and removed from build, as they fail to build with old as well as updated: - citra - dolphin - easyrpg - mame - mupen64plus_next - pcsx2 - ppsspp - same_cdi build tested only for Generic.x86_64
15 lines
446 B
Makefile
15 lines
446 B
Makefile
PKG_NAME="81"
|
|
PKG_VERSION="525d5c18f1ff3fc54c37e083a475225d9179d59d"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="https://github.com/libretro/81-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A port of the EightyOne ZX81 Emulator to libretro"
|
|
PKG_TOOLCHAIN="make"
|
|
PKG_MAKE_OPTS_TARGET="-f Makefile.libretro"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v 81_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|