          MODULE=libpthread-stubs
         VERSION=0.3
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://xcb.freedesktop.org/dist
      SOURCE_VFY=sha1:7fc486ad0ec54938f8b781cc374218f50eac8b99
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=http://www.x.org/
         ENTERED=20070216
         UPDATED=20110227
           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
