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:
4
package/miyoo/ipk-gpsp/Config.in
Normal file
4
package/miyoo/ipk-gpsp/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_IPK_GPSP
|
||||
bool "gpSP IPK"
|
||||
help
|
||||
An enhanced version of gpSP for low-level ARM devices.
|
||||
15
package/miyoo/ipk-gpsp/ipk-gpsp.mk
Normal file
15
package/miyoo/ipk-gpsp/ipk-gpsp.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
IPK_GPSP_VERSION = 1.2.3
|
||||
IPK_GPSP_SITE = https://github.com/Apaczer/gpsp/releases/download/$(IPK_GPSP_VERSION)
|
||||
IPK_GPSP_SOURCE = gpsp.ipk
|
||||
IPK_GPSP_INSTALL_TARGET = YES
|
||||
|
||||
define IPK_GPSP_EXTRACT_CMDS
|
||||
cd $(@D) && ar x $(DL_DIR)/ipk-gpsp/$(IPK_GPSP_SOURCE)
|
||||
endef
|
||||
|
||||
define IPK_GPSP_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(BINARIES_DIR)/main
|
||||
tar -xzf $(@D)/data.tar.gz --strip-components=2 -C $(BINARIES_DIR)/main
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user