mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-20 02:42:40 +01:00
Renamed package FunKey-Launcher-retrofe into retrofe
This commit is contained in:
24
FunKey/package/retrofe/retrofe.mk
Normal file
24
FunKey/package/retrofe/retrofe.mk
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user