mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Improve the mupen64plus-core recipe and remove unnecessary mupen64plus recipes
This commit is contained in:
parent
17542b3a4b
commit
f637bb2fd1
@ -1,5 +0,0 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-audio-sdl"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -1,6 +1,6 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-core#2-building-from-source
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-core"
|
||||
tar = "https://github.com/mupen64plus/mupen64plus-core/releases/download/2.6.0/mupen64plus-bundle-src-2.6.0.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-input-sdl/blob/master/INSTALL#L11
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-input-sdl"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -1,12 +0,0 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-ui-console/blob/master/INSTALL#L11
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-ui-console"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"mupen64plus-core",
|
||||
"mupen64plus-audio-sdl",
|
||||
"mupen64plus-input-sdl",
|
||||
"mupen64plus-video-rice",
|
||||
"mupen64plus-video-glide64",
|
||||
]
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-video-glide64/blob/master/src/INSTALL
|
||||
[source]
|
||||
git = "https://github.com/mupen64plus/mupen64plus-video-glide64"
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO missing script for "make", see https://github.com/mupen64plus/mupen64plus-video-rice/blob/master/INSTALL#L11
|
||||
[source]
|
||||
tar = "https://github.com/mupen64plus/mupen64plus-video-rice"
|
||||
[build]
|
||||
template = "custom"
|
||||
Loading…
Reference in New Issue
Block a user