           SPELL=libpthread-stubs
         VERSION=0.5
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=https://xcb.freedesktop.org/dist/${SOURCE}
         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://xcb.freedesktop.org/wiki/"
      LICENSE[0]=XCL
         ENTERED=20070201
           SHORT="a library that provides weak aliases for pthread functions"
cat << EOF
libpthread-stubs is a library that provides weak aliases for pthread
functions not provided in libc or otherwise available by default.
Libraries like libxcb rely on pthread stubs to use pthreads optionally,
becoming thread-safe when linked to libpthread, while avoiding any
performance hit when running single-threaded.
EOF
