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 a8c11ff40c0f6718b7932bcaf15899cacbf7e9b2b95bea019ffc070ffa895380 libretro-reminiscence-c2624c7565bbae441835db80f24902fc40f83dd1.tar.gz

View File

@@ -7,7 +7,9 @@
# Commit of 2022/04/05
LIBRETRO_REMINISCENCE_VERSION = c2624c7565bbae441835db80f24902fc40f83dd1
LIBRETRO_REMINISCENCE_SITE = $(call github,libretro,REminiscence,$(LIBRETRO_REMINISCENCE_VERSION))
LIBRETRO_REMINISCENCE_LICENSE = GPL-3.0
LIBRETRO_REMINISCENCE_LICENSE = Copyright
# The Copyright license is written over source code files e.g.:
LIBRETRO_REMINISCENCE_LICENSE_FILES = src/game.cpp
define LIBRETRO_REMINISCENCE_BUILD_CMDS
$(SED) "s|-O2|-O3|g" $(@D)/Makefile
@@ -19,7 +21,7 @@ define LIBRETRO_REMINISCENCE_BUILD_CMDS
endef
define LIBRETRO_REMINISCENCE_INSTALL_TARGET_CMDS
mkdir -p "${BINARIES_DIR}/retroarch/cores"
mkdir -p "${BINARIES_DIR}/retroarch/cores"
$(INSTALL) -D $(@D)/reminiscence_libretro.so \
${BINARIES_DIR}/retroarch/cores/reminiscence_libretro.so
endef