mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
ec0a3ea83a
- cores updated to latest commit / latest tag - retroarch updated to 1.14.0 - libzip: add PIC flag (for ppsspp)
15 lines
439 B
Makefile
15 lines
439 B
Makefile
PKG_NAME="uzem"
|
|
PKG_VERSION="08e39e19167727c89fb995e3fa70dde252e6aab0"
|
|
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/
|
|
}
|