ports/compat-32 (3.5): libsdl2-32: initial import
commit 40ed75b28e4370684208152f3d39bcff8491ec45 Author: Danny Rawlins <monster.romster@gmail.com> Date: Mon Aug 5 01:44:02 2019 +1000 libsdl2-32: initial import diff --git a/libsdl2-32/.32bit b/libsdl2-32/.32bit new file mode 100644 index 0000000..e69de29 diff --git a/libsdl2-32/.footprint b/libsdl2-32/.footprint new file mode 100644 index 0000000..a9ed2b4 --- /dev/null +++ b/libsdl2-32/.footprint @@ -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 diff --git a/libsdl2-32/.signature b/libsdl2-32/.signature new file mode 100644 index 0000000..8a4c3fc --- /dev/null +++ b/libsdl2-32/.signature @@ -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 diff --git a/libsdl2-32/Pkgfile b/libsdl2-32/Pkgfile new file mode 100644 index 0000000..b2853b1 --- /dev/null +++ b/libsdl2-32/Pkgfile @@ -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} +}
participants (1)
-
crux@crux.nu