           SPELL=libnsbmp
if [[ $LIBNSBMP_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/libnsbmp/"
      LICENSE[0]=MIT
         ENTERED=20090429
           SHORT="a decoding library for BMP and ICO image file formats"
cat << EOF
Libnsbmp is a decoding library for BMP and ICO image file formats, written
in C. It was developed as part of the NetSurf project and is available for
use by other software under the MIT licence.
EOF
