1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/lakka/libretro_cores/bluemsx/package.mk
2022-12-16 00:42:11 +02:00

16 lines
449 B
Makefile

PKG_NAME="bluemsx"
PKG_VERSION="acf358be18644a9df0ed9602d63c2f73d4fe605a"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/libretro/blueMSX-libretro"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Port of blueMSX to the libretro API."
PKG_TOOLCHAIN="make"
PKG_MAKE_OPTS_TARGET="-f Makefile.libretro"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/libretro
cp -v bluemsx_libretro.so ${INSTALL}/usr/lib/libretro/
}