mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
ec0a3ea83a
- cores updated to latest commit / latest tag - retroarch updated to 1.14.0 - libzip: add PIC flag (for ppsspp)
13 lines
365 B
Makefile
13 lines
365 B
Makefile
PKG_NAME="crocods"
|
|
PKG_VERSION="f1b4b91291ba1e8e7c0be02269cd0d75c7fa71b9"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/libretro/libretro-crocods"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Amstrad CPC emulator"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v crocods_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|