Renamed package FunKey-Launcher-retrofe into retrofe
This commit is contained in:
parent
71bb5a6912
commit
7aff716615
|
@ -1,3 +1,3 @@
|
|||
source "$BR2_EXTERNAL_FUNKEY_PATH/package/mednafen/Config.in"
|
||||
source "$BR2_EXTERNAL_FUNKEY_PATH/package/FunKey-GPIO-Mapping/Config.in"
|
||||
source "$BR2_EXTERNAL_FUNKEY_PATH/package/FunKey-Launcher-retrofe/Config.in"
|
||||
source "$BR2_EXTERNAL_FUNKEY_PATH/package/retrofe/Config.in"
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
config BR2_PACKAGE_FUNKEY_LAUNCHER_RETROFE
|
||||
bool "FunKey retrofe launcher"
|
||||
default y
|
||||
select BR2_PACKAGE_GSTREAMER1
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_SDL_IMAGE
|
||||
select BR2_PACKAGE_SDL_MIXER
|
||||
select BR2_PACKAGE_SDL_TTF
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
The FunKey retrofe launcher.
|
|
@ -1,27 +0,0 @@
|
|||
################################################################################
|
||||
#
|
||||
# FunKey-Launcher-retrofe
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FUNKEY_LAUNCHER_RETROFE_VERSION = 0786a7af9aa24d702567b3f686ac9db84de287e1
|
||||
FUNKEY_LAUNCHER_RETROFE_SITE_METHOD = git
|
||||
#FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
FUNKEY_LAUNCHER_RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib
|
||||
FUNKEY_LAUNCHER_RETROFE_LICENSE = GPL-3.0
|
||||
FUNKEY_LAUNCHER_RETROFE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
#FUNKEY_LAUNCHER_RETROFE_CONFIGURE_CMDS = ${BR2_CMAKE} RetroFE/Source -BRetroFE/Build -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0
|
||||
|
||||
FUNKEY_LAUNCHER_RETROFE_SUBDIR = RetroFE/Source
|
||||
FUNKEY_LAUNCHER_RETROFE_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
|
||||
FUNKEY_LAUNCHER_RETROFE_CONF_OPTS += -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0
|
||||
|
||||
define FUNKEY_LAUNCHER_RETROFE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/root/RetroFE
|
||||
$(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/root/RetroFE/retrofe
|
||||
endef
|
||||
|
||||
$(eval $(cmake-package))
|
|
@ -0,0 +1,19 @@
|
|||
config BR2_PACKAGE_RETROFE
|
||||
bool "RetroFE retro game front-end"
|
||||
default y
|
||||
select BR2_PACKAGE_GSTREAMER1
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_SDL_IMAGE
|
||||
select BR2_PACKAGE_SDL_MIXER
|
||||
select BR2_PACKAGE_SDL_TTF
|
||||
select BR2_PACKAGE_SQLITE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
RetroFE is a front-end, which can be used as a graphical user
|
||||
interface to display, select and launch your games, videos,
|
||||
and programs. Its most common usage is for game
|
||||
emulation. RetroFE allows you to define collections, which can
|
||||
be displayed using a menu structure with additional artwork
|
||||
like video, box art, screenshots, etc.
|
|
@ -0,0 +1,24 @@
|
|||
################################################################################
|
||||
#
|
||||
# retrofe
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RETROFE_VERSION = 0786a7af9aa24d702567b3f686ac9db84de287e1
|
||||
RETROFE_SITE_METHOD = git
|
||||
#RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git
|
||||
RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib
|
||||
RETROFE_LICENSE = GPL-3.0
|
||||
RETROFE_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
RETROFE_SUBDIR = RetroFE/Source
|
||||
RETROFE_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
RETROFE_CONF_OPTS += -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0
|
||||
|
||||
define RETROFE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/root/RetroFE
|
||||
$(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/root/RetroFE/retrofe
|
||||
endef
|
||||
|
||||
$(eval $(cmake-package))
|
Loading…
Reference in New Issue