0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 05:41:22 +00:00
2022-12-16 00:42:11 +02:00

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/
}