File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ DISTRO_SRC="http://sources.libreelec.tv/$LIBREELEC_VERSION"
176176 LIBRETRO_CORES=""\
177177" 2048 "\
178178" 81 "\
179+ " a5200 "\
179180" atari800 "\
180181" beetle-bsnes "\
181182" beetle-lynx "\
Original file line number Diff line number Diff line change 1+ PKG_NAME ="a5200"
2+ PKG_VERSION ="599a2e5"
3+ PKG_ARCH ="any"
4+ PKG_LICENSE ="GPL"
5+ PKG_SITE ="https://github.com/libretro/a5200"
6+ PKG_URL ="$PKG_SITE.git"
7+ PKG_DEPENDS_TARGET ="toolchain"
8+ PKG_PRIORITY ="optional"
9+ PKG_SECTION ="libretro"
10+ PKG_SHORTDESC ="Libretro port of Atari 5200 emulator version 2.0.2 for GCW0"
11+ PKG_LONGDESC ="Libretro port of Atari 5200 emulator version 2.0.2 for GCW0"
12+
13+ makeinstall_target() {
14+ mkdir -p $INSTALL/usr/lib/libretro
15+ cp a5200_libretro.so $INSTALL/usr/lib/libretro/
16+ }
You can’t perform that action at this time.
0 commit comments