summaryrefslogtreecommitdiffstats
path: root/xorg-extras/libpthread-stubs/DETAILS
blob: 4c3db9b37e55c406bed2bf274eba1516324d40bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=libpthread-stubs
         VERSION=0.4
     SOURCE_HASH=sha512:0fec563f3833b84311b32cb13a4fd9832aeb0204c65b1541bf453d5d35693b2267c3cee656e00a4b8533b07a8f6320ca5c3672dcf8ab047cdac8628154c08954
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]=https://xcb.freedesktop.org/dist/${SOURCE}
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