Files
buildroot/package/miyoo/retroarch/libretro-core-info/libretro-core-info.mk
Apaczer 779367ac07 PACKAGES: correct/add LICENSE_FILES (#110)
* add missing hashes & correct licenses
* disable conventional license files for IPK pkgs + more fixes
* libretro-database: bump libretro-database version (with existent License)
* libretro-*: redirect to upstream links pointing to recalbox src
2024-10-21 18:14:35 +02:00

12 lines
418 B
Makefile

LIBRETRO_CORE_INFO_VERSION = 1.16.0.3
LIBRETRO_CORE_INFO_SITE = $(call github,libretro,libretro-core-info,v${LIBRETRO_CORE_INFO_VERSION})
LIBRETRO_CORE_INFO_LICENSE = MIT
LIBRETRO_CORE_INFO_LICENSE_FILES = COPYING
define LIBRETRO_CORE_INFO_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/core_info"
$(INSTALL) -D -m 0644 $(@D)/*.info "${BINARIES_DIR}/retroarch/core_info"
endef
$(eval $(generic-package))