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
404 B
Makefile
14 lines
404 B
Makefile
PKG_NAME="prosystem"
|
|
PKG_VERSION="4202ac5bdb2ce1a21f84efc0e26d75bb5aa7e248"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/libretro/prosystem-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Port of ProSystem to libretro."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v prosystem_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|