Feature #182 » 0022-Flatpak-Recrete-sdl2-gfx-build-system.patch
flatpak/org.freeciv.sdl2.yml | ||
---|---|---|
- type: archive
|
||
url: https://sourceforge.net/projects/sdl2gfx/files/SDL2_gfx-1.0.4.tar.gz
|
||
sha256: 63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262
|
||
buildsystem: simple
|
||
build-commands:
|
||
- rm config.guess config.sub
|
||
- mv configure.in configure.ac
|
||
- aclocal
|
||
- libtoolize -f -c
|
||
- autoconf
|
||
- automake -a -c
|
||
- ./configure --prefix=/app
|
||
- make -j$(nproc)
|
||
- make install
|
||
- name: freeciv-sdl2
|
||
buildsystem: autotools
|
||
no-autogen: true
|