           SPELL=libcss
if [[ $LIBCSS_AUTO == y ]]; then
         VERSION=$(date +%Y%d%m)
else
         VERSION=scm
fi
          SOURCE="${SPELL}-scm.tar.bz2"
   SOURCE_URL[0]=svn://svn.netsurf-browser.org/trunk/${SPELL}:${SPELL}-scm
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
        WEB_SITE="http://www.netsurf-browser.org/projects/libcss/"
      LICENSE[0]=MIT
         ENTERED=20090429
           SHORT="a CSS parser and selection engine"
cat << EOF
LibCSS is a CSS parser and selection engine, written in C. It
aims to parse the forward compatible CSS grammar. It is currently
in development for use with NetSurf and is intended to be suitable
for use in other projects too. For further details, see the readme.
EOF
