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

@@ -2,4 +2,3 @@ config BR2_PACKAGE_ST_SDL
bool "st-sdl"
help
Simple SDL terminal

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 f97f72e82993bae227c4f4ce0a505ce7e97ab43d83bd2a1bac6b9bfab19aa8e7 st-sdl-rev.2.1-br1.tar.gz

View File

@@ -1,13 +1,22 @@
################################################################################
#
# SDL simple terminal
#
################################################################################
ST_SDL_VERSION = rev.2.1
ST_SDL_SITE_METHOD = git
ST_SDL_SITE = https://github.com/Apaczer/miyoo_st-sdl
ST_SDL_LICENSE = MIT
ST_SDL_LICENSE_FILES = LICENSE
ST_SDL_DEPENDENCIES = sdl
define ST_SDL_BUILD_CMDS
$(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" LD="$(TARGET_LD)" -C $(@D) -f Makefile.miyoo
$(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" LD="$(TARGET_LD)" -C $(@D) -f Makefile.miyoo
endef
define ST_SDL_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/st $(TARGET_DIR)/usr/bin
$(INSTALL) -D -m 0755 $(@D)/st $(TARGET_DIR)/usr/bin
endef
$(eval $(generic-package))