mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 09:16:19 +00:00
ec0a3ea83a
- cores updated to latest commit / latest tag - retroarch updated to 1.14.0 - libzip: add PIC flag (for ppsspp)
15 lines
394 B
Makefile
15 lines
394 B
Makefile
PKG_NAME="daphne"
|
|
PKG_VERSION="b5481bab34a51369b6749cd95f5f889e43aaa23f"
|
|
PKG_LICENSE="GPLv2+"
|
|
PKG_SITE="https://github.com/libretro/daphne"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Daphne is a laserdisc games emulator"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v daphne_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|
|
|