mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
8833effeff
- update RetroArch to 1.18.0 (will need to be updated later) - update cores to latest - update assets, info, shaders, overlays, database - leave kronos only for Generic.x86_64 and x11.x86_64 - putt back some RetroArch changes (shutdown/restart, path) - get_git: use PKG_ var for skipping submodules
14 lines
411 B
Makefile
14 lines
411 B
Makefile
PKG_NAME="handy"
|
|
PKG_VERSION="65d6b865544cd441ef2bd18cde7bd834c23d0e48"
|
|
PKG_LICENSE="Zlib"
|
|
PKG_SITE="https://github.com/libretro/libretro-handy"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="K. Wilkins' Atari Lynx emulator Handy for libretro"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v handy_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|