UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

SDL2

The Simple DirectMedia Layer Version 2 (SDL2 for short) is a cross-platform library designed to make it easy to write multimedia software, such as games and emulators.

Package info

Codename: SDL2
Source file: SDL2-2.30.0.tar.gz
Source directory: SDL2-2.30.0
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/s/SDL2-2.30.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/s/SDL2-2.30.0.tar.gz.md5sum
Dependances: Xlibs, wayland-protocols, libxkbcommon.
Dependance of: SDL2_net, PCem, bochs, emu80sdl, fceux, wine-x86, dosbox, sdl12-compat, audacious-plugins, libvncserver, dosbox-staging, fluidsynth, dosbox-x, mpv, shotcut, ffmpeg, cogl, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "\$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr $ARG_STATIC

Build script:
make

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

make docs

fi

Install script:
make install              &&


if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -v -m755 -d        /usr/share/doc/SDL2-2.30.0/html &&
cp -Rv  docs/output/html/* /usr/share/doc/SDL2-2.30.0/html

fi