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 08976546ed707e7d83a1e4b1204bba8e854f41c0a0a9d8d5d8447c4489fb1fe0 libretro-stella2014-8ab051edd4816f33a5631d230d54059eeed52c5f.tar.gz

View File

@@ -7,6 +7,7 @@
LIBRETRO_STELLA2014_VERSION = 8ab051edd4816f33a5631d230d54059eeed52c5f
LIBRETRO_STELLA2014_SITE = $(call github,libretro,stella2014-libretro,$(LIBRETRO_STELLA2014_VERSION))
LIBRETRO_STELLA2014_LICENSE = GPL-2.0
LIBRETRO_STELLA2014_LICENSE_FILES = stella/license.txt
LIBRETRO_STELLA2014_PLATFORM=$(RETROARCH_LIBRETRO_BOARD)
@@ -20,7 +21,7 @@ define LIBRETRO_STELLA2014_BUILD_CMDS
endef
define LIBRETRO_STELLA2014_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/stella2014_libretro.so \
${BINARIES_DIR}/retroarch/cores/stella2014_libretro.so
endef