           SPELL=libnsgif
if [[ $LIBNSGIF_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/libnsgif/"
      LICENSE[0]=MIT
         ENTERED=20090429
           SHORT="a decoding library for the GIF image file format"
cat << EOF
Libnsgif is a decoding library for the GIF image file format, 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
