mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
Compiled FunKey-Launcher-retrofe
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
config BR2_PACKAGE_RETROFE
|
||||
bool "retrofe"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_GSTREAMER1
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_SDL_IMAGE
|
||||
select BR2_PACKAGE_SDL_MIXER
|
||||
select BR2_PACKAGE_SDL_TTF
|
||||
select BR2_PACKAGE_SDL_GFX
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
The cross-platform game frontend.
|
||||
|
||||
https://bitbucket.org/phulshof/retrofe/src/default/
|
||||
@@ -1,21 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# retrofe
|
||||
#
|
||||
################################################################################
|
||||
#https://bitbucket.org/keymu2/funkey_retrofe/get/0961a03bf242.zip
|
||||
RETROFE_VERSION = 0961a03bf242
|
||||
RETROFE_SOURCE = $(RETROFE_VERSION).zip
|
||||
RETROFE_SITE = https://bitbucket.org/keymu2/funkey_retrofe/get
|
||||
RETROFE_LICENSE = GPL-2.0+
|
||||
RETROFE_LICENSE_FILES = LICENSE.txt
|
||||
RETROFE_SUBDIR = RetroFE/Source
|
||||
|
||||
RETROFE_DEPENDENCIES = libglib2 gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_ttf sdl_gfx zlib
|
||||
|
||||
define RETROFE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games
|
||||
$(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/usr/games/retrofe
|
||||
endef
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user