mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
* 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
17 lines
520 B
Makefile
17 lines
520 B
Makefile
MIYOO_LOGO_VERSION = origin/master
|
|
MIYOO_LOGO_SITE_METHOD = git
|
|
MIYOO_LOGO_SITE = https://github.com/MiyooCFW/logo.git
|
|
MIYOO_LOGO_DEPENDENCIES = sdl sdl_image sdl_mixer sdl_sound sdl_ttf mpg123
|
|
MIYOO_LOGO_LICENSE = GPL-3.0
|
|
MIYOO_LOGO_LICENSE_FILES = LICENSE
|
|
|
|
define MIYOO_LOGO_BUILD_CMDS
|
|
$(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" LD="$(TARGET_LD)" -C $(@D) -f Makefile.miyoo
|
|
endef
|
|
|
|
define MIYOO_LOGO_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -D -m 0755 $(@D)/boot-logo $(TARGET_DIR)/usr/bin
|
|
endef
|
|
|
|
$(eval $(generic-package))
|