mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-24 13:45:38 +00:00
MAME-MODULE: trying a different approach (2)
This commit is contained in:
parent
0120145692
commit
0183fa2c01
|
@ -17,20 +17,7 @@ modules:
|
|||
build-options:
|
||||
no-debuginfo: true
|
||||
strip: true
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz
|
||||
sha256: 51d5ce1563897709ceb7a924c31a70cc5ff2bec466aab8d0cc9ff3cc72b38899
|
||||
- type: file
|
||||
path: mame-patches/mame.ini
|
||||
- type: patch
|
||||
path: mame-patches/floppy.patch
|
||||
- type: patch
|
||||
path: mame-patches/sound.patch
|
||||
- type: patch
|
||||
path: mame-patches/ym3802.patch
|
||||
- type: shell
|
||||
commands:
|
||||
build-commands:
|
||||
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
|
||||
- cp COPYING ${FLATPAK_DEST}/bin/
|
||||
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
||||
|
@ -49,3 +36,15 @@ modules:
|
|||
- cp -r plugins/ ${FLATPAK_DEST}/share/mame/
|
||||
- cp -r roms/ ${FLATPAK_DEST}/share/mame/
|
||||
- cp -r samples/ ${FLATPAK_DEST}/share/mame/
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/mamedev/mame/archive/refs/tags/mame0261.tar.gz
|
||||
sha256: 51d5ce1563897709ceb7a924c31a70cc5ff2bec466aab8d0cc9ff3cc72b38899
|
||||
- type: file
|
||||
path: mame-patches/mame.ini
|
||||
- type: patch
|
||||
path: mame-patches/floppy.patch
|
||||
- type: patch
|
||||
path: mame-patches/sound.patch
|
||||
- type: patch
|
||||
path: mame-patches/ym3802.patch
|
Loading…
Reference in a new issue