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
14 lines
395 B
Makefile
14 lines
395 B
Makefile
PKG_NAME="chailove"
|
|
PKG_VERSION="0fedc82f49b006d30c3fa71110908e84acaf8b75"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/libretro/libretro-chailove"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain SDL"
|
|
PKG_LONGDESC="ChaiLove: 2D Game Framework"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
PKG_MAKE_OPTS_TARGET="-C ../"
|
|
|
|
makeinstall_target() {
|
|
make -C ../ install INSTALLDIR="${INSTALL}/usr/lib/libretro"
|
|
}
|