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
This commit is contained in:
Apaczer
2024-10-21 18:14:35 +02:00
committed by GitHub
parent 59d7586ca6
commit 779367ac07
174 changed files with 415 additions and 157 deletions

View File

@@ -6,8 +6,8 @@
LIBRETRO_MEDNAFEN_PCE_FAST_VERSION = 1ce7a4a941b10aa0c2973cb441b89ee99e2c8d0e
LIBRETRO_MEDNAFEN_PCE_FAST_SITE = $(call github,libretro,beetle-pce-fast-libretro,$(LIBRETRO_MEDNAFEN_PCE_FAST_VERSION))
LIBRETRO_MEDNAFEN_PCE_FAST_LICENSE = UNLICENSE
LIBRETRO_MEDNAFEN_PCE_FAST_LICENSE_FILES = LICENSE
LIBRETRO_MEDNAFEN_PCE_FAST_LICENSE = GPL-2.0
LIBRETRO_MEDNAFEN_PCE_FAST_LICENSE_FILES = COPYING
define LIBRETRO_MEDNAFEN_PCE_FAST_BUILD_CMDS
CFLAGS="$(TARGET_CFLAGS) $(COMPILER_COMMONS_CFLAGS_SO)" \
@@ -18,7 +18,7 @@ define LIBRETRO_MEDNAFEN_PCE_FAST_BUILD_CMDS
endef
define LIBRETRO_MEDNAFEN_PCE_FAST_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/mednafen_pce_fast_libretro.so \
${BINARIES_DIR}/retroarch/cores/mednafen_pce_fast_libretro.so
endef