UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
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.28.2.tar.gz
Source directory: SDL2-2.28.2
Package URL: https://umvirt.com/linux/downloads/0.2/packages/s/SDL2-2.28.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/s/SDL2-2.28.2.tar.gz.md5sum
Dependances: Xlibs, wayland-protocols, libxkbcommon.
Dependance of: sdl12-compat, libvncserver, audacious-plugins, ffmpeg, cogl, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr

Build script:
make

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

make docs

fi

Install script:
make install              &&

if [[ "\$ULFS_PKG_STATIC" != "YES" ]]
then
rm -v /usr/lib/libSDL2*.a
fi

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

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

fi