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
2024-05-25 20:13:17 +02:00

16 lines
449 B
Makefile

PKG_NAME="bluemsx"
PKG_VERSION="df29d437204af0a5158b6ecb2d6b68296f8d979a"
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/
}