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:
@@ -6,13 +6,15 @@
|
||||
|
||||
FBCAT_VERSION = 0.5.2
|
||||
FBCAT_SITE = $(call github,jwilk,fbcat,$(FBCAT_VERSION))
|
||||
FBCAT_LICENSE = GPL-2.0
|
||||
FBCAT_LICENSE_FILES = COPYING
|
||||
|
||||
define FBCAT_BUILD_CMDS
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) fbcat
|
||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) fbcat
|
||||
endef
|
||||
|
||||
define FBCAT_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/fbcat $(TARGET_DIR)/usr/bin/fbcat
|
||||
$(INSTALL) -D -m 0755 $(@D)/fbcat $(TARGET_DIR)/usr/bin/fbcat
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user