mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 10:46:19 +00:00
14 lines
429 B
Makefile
14 lines
429 B
Makefile
PKG_NAME="freeintv"
|
|
PKG_VERSION="85bf25a39a34bbc39fe36677175d87c2b597dbe7"
|
|
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/
|
|
}
|