serenity/Ports/SDL2_gfx/package.sh

12 lines
396 B
Bash
Raw Normal View History

2021-04-04 17:28:41 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port=SDL2_gfx
version=1.0.4
2023-07-10 11:10:29 +00:00
files=(
"https://downloads.sourceforge.net/project/sdl2gfx/SDL2_gfx-${version}.tar.gz#63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262"
2023-07-10 11:10:29 +00:00
)
depends=("SDL2")
2021-04-04 17:28:41 +00:00
useconfigure=true
use_fresh_config_sub=true
configopts=("--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--disable-static" "--enable-shared")