mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
11e41d8cab
- update RetroArch to 1.19.0 - update libretro cores to latest commits/hash - retroarch: drop patches merged upstream - stella: rebase patch
14 lines
417 B
Makefile
14 lines
417 B
Makefile
PKG_NAME="atari800"
|
|
PKG_VERSION="8bfa3b80f6a2db365dfd1e8a6c06b7b0844327cf"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/libretro/libretro-atari800"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Libretro port of Atari800 emulator version 3.1.0"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v atari800_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|