0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-10-10 23:00:43 +00:00
Files
2022-12-16 00:42:11 +02:00

16 lines
450 B
Makefile

PKG_NAME="sameboy"
PKG_VERSION="09138330990da32362246c7034cf4de2ea0a2a2b"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/libretro/sameboy"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Gameboy and Gameboy Color emulator written in C"
PKG_TOOLCHAIN="make"
PKG_MAKE_OPTS_TARGET="-C libretro/"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/libretro
cp -v libretro/sameboy_libretro.so ${INSTALL}/usr/lib/libretro/
}