mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
ec0a3ea83a
- cores updated to latest commit / latest tag - retroarch updated to 1.14.0 - libzip: add PIC flag (for ppsspp)
16 lines
450 B
Makefile
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/
|
|
}
|