2021-04-04 19:28:41 +02:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
|
|
|
|
|
|
|
port=SDL2_gfx
|
|
|
|
version=1.0.4
|
2021-04-25 12:20:15 +02:00
|
|
|
files="https://downloads.sourceforge.net/project/sdl2gfx/SDL2_gfx-${version}.tar.gz SDL2_gfx-${version}.tar.gz 63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262"
|
|
|
|
auth_type=sha256
|
2021-09-27 00:16:18 +02:00
|
|
|
depends=("SDL2")
|
2021-04-04 19:28:41 +02:00
|
|
|
useconfigure=true
|
2022-01-08 17:02:29 +03:30
|
|
|
use_fresh_config_sub=true
|
2022-06-03 16:06:46 +02:00
|
|
|
configopts=("--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--disable-static" "--enable-shared")
|