          MODULE=SDL2_compat
         VERSION=2.32.70
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/libsdl-org/sdl2-compat/archive/refs/tags/release-$VERSION.tar.gz
      SOURCE_VFY=sha256:e4a8bd5a7052418b8f9cb031e31927389051c22b81d9069806d70b047d856d12
SOURCE_DIRECTORY=$BUILD_DIRECTORY/sdl2-compat-release-$VERSION
        WEB_SITE=https://github.com/libsdl-org/sdl2-compat
         ENTERED=20260503
         UPDATED=20260608
           SHORT="A SDL2 compatibility layer that uses SDL3 behind the scenes"

cat << EOF
This is the Simple DirectMedia Layer, a general API that provides low level
access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D
framebuffer across multiple platforms.
This code is a compatibility layer; it provides a binary and source compatible
API for programs written against SDL2, but it uses SDL3 behind the scenes. If
you are writing new code, please target SDL3 directly and do not use this layer.
EOF
