Merge pull request #5 from flathub/scriptUpdate

Simplified build script
This commit is contained in:
Eonfge 2019-10-26 11:39:53 +02:00 committed by GitHub
commit e9907192c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 21 deletions

View file

@ -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>

View file

@ -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