           SPELL=libpthread-stubs
         VERSION=0.2
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://xcb.freedesktop.org/dist/${SOURCE}
#     SOURCE_HASH=sha512:594fd3cac9169aaf2200328e345cff7b846f7b81bc2ccf55e405e6aa8861b8dc09f31db28540cbed46faf85efc7cc20583cbe188ab387521e83f93a5b2df920e
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://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
