mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
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:
2
package/miyoo/ipk-gambatte/ipk-gambatte.hash
Normal file
2
package/miyoo/ipk-gambatte/ipk-gambatte.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 1808aed00ee7c50a87a113a8bf6544db3ed8d703c94ec5aa4d5ed10cd5393bff gambatte.ipk
|
||||
@@ -2,14 +2,16 @@ IPK_GAMBATTE_VERSION = 1.0
|
||||
IPK_GAMBATTE_SITE = https://github.com/tiopex/gambatte-dms/releases/download/$(IPK_GAMBATTE_VERSION)
|
||||
IPK_GAMBATTE_SOURCE = gambatte.ipk
|
||||
IPK_GAMBATTE_INSTALL_TARGET = YES
|
||||
IPK_GAMBATTE_LICENSE = GPL-2.0
|
||||
#IPK_GAMBATTE_LICENSE_FILES = COPYING
|
||||
|
||||
define IPK_GAMBATTE_EXTRACT_CMDS
|
||||
cd $(@D) && ar x $(DL_DIR)/ipk-gambatte/$(IPK_GAMBATTE_SOURCE)
|
||||
cd $(@D) && ar x $(DL_DIR)/ipk-gambatte/$(IPK_GAMBATTE_SOURCE)
|
||||
endef
|
||||
|
||||
define IPK_GAMBATTE_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(BINARIES_DIR)/main
|
||||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main
|
||||
mkdir -p $(BINARIES_DIR)/main
|
||||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user