1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-12-16 00:42:11 +02:00

20 lines
531 B
Makefile

PKG_NAME="np2kai"
PKG_VERSION="606fafa7081b62df5f4727c34560da23927c21cd"
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/
}