mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Merge pull request #5 from flathub/scriptUpdate
Simplified build script
This commit is contained in:
commit
e9907192c2
|
@ -41,7 +41,6 @@
|
|||
<li>Crosshairs</li>
|
||||
<li>Free look (look up/down)</li>
|
||||
<li>Jumping, crouching, swimming, and flying</li>
|
||||
<li>Full-featured joystick/gamepad support under Windows</li>
|
||||
<li>Up to 8 player network games using UDP/IP, including team-based gameplay</li>
|
||||
<li>Support for the Bloodbath announcer from the classic Monolith game Blood</li>
|
||||
<li>Walk over/under monsters and other things</li>
|
||||
|
|
|
@ -27,31 +27,11 @@ cleanup:
|
|||
|
||||
modules:
|
||||
|
||||
- name: ncurses
|
||||
no-autogen: true
|
||||
config-opts:
|
||||
- --prefix=/app
|
||||
make-install-args:
|
||||
- install.libs
|
||||
cleanup:
|
||||
- /bin
|
||||
- /include
|
||||
- /share/man
|
||||
- "/lib/*.a"
|
||||
- "/lib/*.la"
|
||||
sources:
|
||||
- type: archive
|
||||
url: http://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz
|
||||
sha256: aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17
|
||||
|
||||
- name: fluidsynth
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
- -DLIB_SUFFIX=
|
||||
# https://lists.nongnu.org/archive/html/fluid-dev/2010-10/msg00057.html
|
||||
- -DCMAKE_EXE_LINKER_FLAGS=-lncurses
|
||||
- -DCMAKE_SHARED_LINKER_FLAGS=-lncurses
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz
|
||||
|
|
Loading…
Reference in a new issue