mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)
MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
19
package/miyoo/gmenu2x-gm2xpkg/gmenu2x-gm2xpkg.mk
Normal file
19
package/miyoo/gmenu2x-gm2xpkg/gmenu2x-gm2xpkg.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# GMenu2X's "gm2xpkg" script
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Not a BR2_PACKAGE_FOO_VERSION
|
||||
GM2XPKG_VERSION = master
|
||||
|
||||
GMENU2X_GM2XPKG_EXTRA_DOWNLOADS = https://raw.githubusercontent.com/MiyooCFW/gmenu2x/$(GM2XPKG_VERSION)/tools/gm2xpkg.sh
|
||||
GMENU2X_GM2XPKG_INSTALL_STAGING = YES
|
||||
GMENU2X_GM2XPKG_INSTALL_TARGET = NO
|
||||
|
||||
# Install GMenu2X PacKaGer to staging for development
|
||||
define GMENU2X_GM2XPKG_INSTALL_STAGING_CMDS
|
||||
$(INSTALL) -D -m 0755 $(GMENU2X_GM2XPKG_DL_DIR)/gm2xpkg.sh $(STAGING_DIR)/usr/bin/gm2xpkg
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user