compat-32/libsdl2-32/Pkgfile
2019-08-27 21:48:19 +10:00

24 lines
483 B
Plaintext

# Description: SDL version 2, Simple DirectMedia Layer
# URL: http://www.libsdl.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: alsa-lib-32 libsdl2 mesa3d-32
name=libsdl2-32
version=2.0.10
release=1
source=(https://www.libsdl.org/release/SDL2-$version.tar.gz)
build () {
cd SDL2-$version
CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,share}
}