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
20 lines
531 B
Makefile
20 lines
531 B
Makefile
PKG_NAME="np2kai"
|
|
PKG_VERSION="c2ca4046860264cb307e768f529f180caee5e224"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/AZO234/NP2kai"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_LONGDESC="Neko Project II kai (PC98 emulator)"
|
|
PKG_TOOLCHAIN="make"
|
|
PKG_MAKE_OPTS_TARGET="-C sdl -f Makefile.libretro NP2KAI_VERSION=rev.15"
|
|
|
|
pre_make_target() {
|
|
cd "${PKG_BUILD}"
|
|
}
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v sdl/np2kai_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|