           SPELL=libcroco
         VERSION=0.6.8
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GNU
        WEB_SITE=http://www.gnome.org
         ENTERED=20020510
        KEYWORDS="gnome2 libs"
           SHORT="Standalone css2 parsing library"
cat << EOF
libcroco is a standalone css2 parsing library.
It provides a low level event driven SAC like api
and a css object model like api.
 
This library is being written to bring the css support
to the mlview xml editor project but it can be used
for other applications as well.
EOF
