ladybird/Ports/SDL2_net/package.sh

14 lines
414 B
Bash
Raw Normal View History

2021-06-16 12:08:32 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
2022-08-21 17:28:35 +03:00
port='SDL2_net'
version='2.2.0'
useconfigure='true'
configopts=(
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
"--disable-static"
"--enable-shared"
)
2023-07-10 14:10:29 +03:00
files=(
"https://github.com/libsdl-org/SDL_net/releases/download/release-${version}/SDL2_net-${version}.tar.gz#4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb"
2023-07-10 14:10:29 +03:00
)
depends=("SDL2")