mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
- update RetroArch to 1.10.3 - remove RetroArch patches merged upstream - update cores - vice: remove buildfix patch - fuse_libretro: add flags/define for bzip2 and dependency - mame2010: add database - mame2015: add database - update databases/assets/shaders/joypads
16 lines
532 B
Makefile
16 lines
532 B
Makefile
PKG_NAME="stella"
|
|
PKG_VERSION="df4900828c60d9df26827b0a6c969b213ac6250f"
|
|
PKG_LICENSE="GPL2"
|
|
PKG_SITE="https://github.com/stella-emu/stella"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Stella is a multi-platform Atari 2600 VCS emulator released under the GNU General Public License (GPL)."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
PKG_MAKE_OPTS_TARGET="-C ../src/libretro -f Makefile"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v ../src/libretro/stella_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|
|
|