mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 05:41:22 +00:00
14 lines
429 B
Makefile
14 lines
429 B
Makefile
PKG_NAME="freeintv"
|
|
PKG_VERSION="9a65ec6e31d48ad0dae1f381c1ec61c897f970cb"
|
|
PKG_LICENSE="GPLv3"
|
|
PKG_SITE="https://github.com/libretro/FreeIntv"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="FreeIntv is a libretro emulation core for the Mattel Intellivision."
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v freeintv_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|