1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-05-25 20:13:17 +02:00

17 lines
538 B
Makefile

PKG_NAME="stella"
PKG_VERSION="49166ca9949708c3bddaed5cc549194c4bfcfae5"
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/os/libretro -f Makefile"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/lib/libretro
cp -v ../src/os/libretro/stella_libretro.so ${INSTALL}/usr/lib/libretro/
}