mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 11:56:18 +00:00
ec0a3ea83a
- cores updated to latest commit / latest tag - retroarch updated to 1.14.0 - libzip: add PIC flag (for ppsspp)
14 lines
393 B
Makefile
14 lines
393 B
Makefile
PKG_NAME="tgbdual"
|
|
PKG_VERSION="a6f3018e6a23030afc1873845ee54d4b2d8ec9d3"
|
|
PKG_LICENSE="GPLv2"
|
|
PKG_SITE="https://github.com/libretro/tgbdual-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="libretro port of TGB Dual"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v tgbdual_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|