           SPELL=userspace-rcu
         VERSION=0.6.7
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://lttng.org/files/urcu/$SOURCE
     SOURCE_HASH=sha512:3061540e1f70db3ec2577215a63c7e95d55cc45aa08eed39980b9d413c98396b5a3286bff1634c92ee9fa5a3a8e1ec976cb566a815f25b7a23a4d682d8174643
        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
