mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
create opk during build
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
@@ -62,4 +62,10 @@ define PCSX_REARMED_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 $(@D)/pcsx $(TARGET_DIR)/usr/games/pcsx
|
||||
endef
|
||||
|
||||
define PCSX_REARMED_CREATE_OPK
|
||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games/opk
|
||||
$(HOST_DIR)/usr/bin/mksquashfs $(PCSX_REARMED_PKGDIR)/opk/ps1 $(TARGET_DIR)/usr/games/opk/ps1.opk -all-root -noappend -no-exports -no-xattrs
|
||||
endef
|
||||
PCSX_REARMED_POST_INSTALL_TARGET_HOOKS += PCSX_REARMED_CREATE_OPK
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
12
FunKey/package/PCSX-ReARMed/opk/ps1/ps1.funkey-s.desktop
Normal file
12
FunKey/package/PCSX-ReARMed/opk/ps1/ps1.funkey-s.desktop
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=PS1
|
||||
Comment=PS1 Emulator
|
||||
Icon=ps1
|
||||
Exec=/usr/games/launchers/psone_launch_pcsx.sh
|
||||
Terminal=false
|
||||
X-OD-NeedsDownscaling=true
|
||||
Categories=emulators;
|
||||
selectorbrowser=true
|
||||
SelectorDir=/mnt/PS1
|
||||
SelectorFilter=bin,BIN,cue,CUE,pbp,PBP
|
||||
BIN
FunKey/package/PCSX-ReARMed/opk/ps1/ps1.png
Normal file
BIN
FunKey/package/PCSX-ReARMed/opk/ps1/ps1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user