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
14 lines
437 B
Makefile
14 lines
437 B
Makefile
PKG_NAME="o2em"
|
|
PKG_VERSION="44fe5f306033242f7d74144105e19a7d4939477e"
|
|
PKG_LICENSE="Artistic License"
|
|
PKG_SITE="https://github.com/libretro/libretro-o2em"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Port of O2EM to the libretro API, an Odyssey 2 / VideoPac emulator."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v o2em_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|