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

@@ -0,0 +1,2 @@
# Locally calculated
sha256 8d12c3b57327cd2af47fea0ba7d9955ebcde4e694b9afdbcb4f1089ad2cc5484 libretro-numero-19354c9bfe06a3e4fd936961ee8414b040a3d1c6.tar.gz

View File

@@ -6,7 +6,7 @@
LIBRETRO_NUMERO_VERSION = 19354c9bfe06a3e4fd936961ee8414b040a3d1c6
LIBRETRO_NUMERO_SITE = $(call github,nbarkhina,numero,$(LIBRETRO_NUMERO_VERSION))
LIBRETRO_NUMERO_LICENSE = UNLICENSE
LIBRETRO_NUMERO_LICENSE = GPL-2.0
LIBRETRO_NUMERO_LICENSE_FILES = LICENSE
define LIBRETRO_NUMERO_BUILD_CMDS
@@ -18,7 +18,7 @@ define LIBRETRO_NUMERO_BUILD_CMDS
endef
define LIBRETRO_NUMERO_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/numero_libretro.so \
${BINARIES_DIR}/retroarch/cores/numero_libretro.so
endef