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 457028d9ec6e76e0ec3e2e69a40b1bac392dae4fa4aca724c8a1500dbc54fc8c libretro-mednafen-wswan-32bf70a3032a138baa969c22445f4b7821632c30.tar.gz

View File

@@ -6,8 +6,8 @@
LIBRETRO_MEDNAFEN_WSWAN_VERSION = 32bf70a3032a138baa969c22445f4b7821632c30
LIBRETRO_MEDNAFEN_WSWAN_SITE = $(call github,libretro,beetle-wswan-libretro,$(LIBRETRO_MEDNAFEN_WSWAN_VERSION))
LIBRETRO_MEDNAFEN_WSWAN_LICENSE = UNLICENSE
LIBRETRO_MEDNAFEN_WSWAN_LICENSE_FILES = LICENSE
LIBRETRO_MEDNAFEN_WSWAN_LICENSE = GPL-2.0
LIBRETRO_MEDNAFEN_WSWAN_LICENSE_FILES = COPYING
define LIBRETRO_MEDNAFEN_WSWAN_BUILD_CMDS
CFLAGS="$(TARGET_CFLAGS) $(COMPILER_COMMONS_CFLAGS_SO)" \
@@ -18,7 +18,7 @@ define LIBRETRO_MEDNAFEN_WSWAN_BUILD_CMDS
endef
define LIBRETRO_MEDNAFEN_WSWAN_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/mednafen_wswan_libretro.so \
${BINARIES_DIR}/retroarch/cores/mednafen_wswan_libretro.so
endef