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
437 B
Makefile
13 lines
437 B
Makefile
PKG_NAME="o2em"
|
|
PKG_VERSION="641f06d67d192a0677ec861fcb731d3ce8da0f87"
|
|
PKG_LICENSE="Artistic License"
|
|
PKG_SITE="https://github.com/libretro/libretro-o2em"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Port of O2EM to the libretro API, an Odyssey 2 / VideoPac emulator."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v o2em_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|