mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- update RetroArch to 1.10.2 and drop patch merged upstream - RetroArch: disable core system files downloader (included in image) - update almost all cores to their latest version - drop duckstation core - modify libretro_update.sh script to allow for updates to latest tagged commit - modify some packages to use latest tag during automated update - update liblcf to 0.7.0 (EasyRPG dependency) and drop patches - do not rename `genesis_plus_gx_wide_libretro.so` to `genesis_plus_gx_libretro.so` in the install path
14 lines
439 B
Makefile
14 lines
439 B
Makefile
PKG_NAME="uzem"
|
|
PKG_VERSION="4c70043e4ad6a8a3aa6326834fba53f2b1c68699"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/libretro/libretro-uzem"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_PATCH_DIRS="libretro"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A retro-minimalist game console engine for the ATMega644"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v uzem_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|