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
386 B
Makefile
14 lines
386 B
Makefile
PKG_NAME="pocketcdg"
|
|
PKG_VERSION="34913f755c92aa7c98668f291631c23e21d88bdc"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/libretro/libretro-pocketcdg"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Karaoke player"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v pocketcdg_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|