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
13 lines
386 B
Makefile
13 lines
386 B
Makefile
PKG_NAME="cap32"
|
|
PKG_VERSION="a1b2329416b1e3f32e0859dd8d3c71cb8c3e1c08"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/libretro/libretro-cap32"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="caprice32 4.2.0 libretro"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v cap32_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|