mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
Ports: Add ScummVM
This commit is contained in:
parent
5e5f0245b6
commit
a856e8d805
4 changed files with 38 additions and 0 deletions
15
Ports/scummvm/package.sh
Executable file
15
Ports/scummvm/package.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=scummvm
|
||||
useconfigure="true"
|
||||
version="2.2.0"
|
||||
files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.gz scummvm-${version}.tar.gz"
|
||||
depends="SDL2"
|
||||
|
||||
configure() {
|
||||
export LIBS="-lgui -lgfx -lcore"
|
||||
run ./configure \
|
||||
--host="${SERENITY_ARCH}-pc-serenity" \
|
||||
--prefix=/usr \
|
||||
--opengl-mode=none \
|
||||
--with-sdl-prefix="${SERENITY_BUILD_DIR}/Root/usr"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue