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
16 lines
410 B
Makefile
16 lines
410 B
Makefile
PKG_NAME="retro8"
|
|
PKG_VERSION="95b40e58c29b829d96f37c85833f9e51730c5534"
|
|
PKG_LICENSE="GPL3"
|
|
PKG_SITE="https://github.com/libretro/retro8"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="PICO-8 implementation"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
PKG_MAKE_OPTS_TARGET="-C ../"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v ../retro8_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|