           SPELL=userspace-rcu
         VERSION=0.13.0
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://lttng.org/files/urcu/$SOURCE
     SOURCE_HASH=sha512:7288b5a4a2dca6a75ecaa8553b942b9e7be9cae25776d2448fb0b0c950af9919c369791839607c6c1e6cbd32bbd1e1cafc18ee753f0e3bdc2ed7b65488612580
        WEB_SITE=http://lttng.org/urcu/
         ENTERED=20120111
         LICENSE=LGPL
           SHORT="userspace RCU (read-copy-update) library - liburcu"
cat << EOF
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
synchronization library provides read-side access which scales linearly with the
number of cores. It does so by allowing multiples copies of a given data
structure to live at the same time, and by monitoring the data structure
accesses to detect grace periods after which memory reclamation is possible.
EOF
