libsdl2-32: initial import

This commit is contained in:
Danny Rawlins 2019-08-05 01:44:02 +10:00
parent a7a9cd0476
commit 40ed75b28e
4 changed files with 44 additions and 0 deletions

0
libsdl2-32/.32bit Normal file
View File

16
libsdl2-32/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/cmake/
drwxr-xr-x root/root usr/lib32/cmake/SDL2/
-rw-r--r-- root/root usr/lib32/cmake/SDL2/sdl2-config.cmake
lrwxrwxrwx root/root usr/lib32/libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.10.0
-rwxr-xr-x root/root usr/lib32/libSDL2-2.0.so.0.10.0
-rw-r--r-- root/root usr/lib32/libSDL2.a
-rwxr-xr-x root/root usr/lib32/libSDL2.la
lrwxrwxrwx root/root usr/lib32/libSDL2.so -> libSDL2-2.0.so.0.10.0
-rw-r--r-- root/root usr/lib32/libSDL2_test.a
-rwxr-xr-x root/root usr/lib32/libSDL2_test.la
-rw-r--r-- root/root usr/lib32/libSDL2main.a
-rwxr-xr-x root/root usr/lib32/libSDL2main.la
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/sdl2.pc

5
libsdl2-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXer0FU9VRysMuI8vB+xpgqNa/8sThmAjQ/UZclw7WKV8X6bKsAcGXbgshB8mY1XjKDWorXNU49bo0NWx4pG5swE=
SHA256 (Pkgfile) = 905b8cbe0235415cd18c2c1b27b7384ecd22497f80497771e8a683b7a2ba4e7f
SHA256 (.footprint) = 672c78886f39e064a86b8bc657dce400a2c1bd665b8e03a2f1d603dabb581716
SHA256 (SDL2-2.0.10.tar.gz) = b4656c13a1f0d0023ae2f4a9cf08ec92fffb464e0f24238337784159b8b91d57

23
libsdl2-32/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# 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 mesa3d-32 libsdl2
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}
}