           SPELL=fxscintilla
if [[ "$FXSCINTILLA_CVS" == "y" ]]
then
  if [[ "$FXSCINTILLA_CVS_AUTOUPDATE" == "y" ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=${SPELL}-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-cvs
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/${SPELL}:${SPELL}
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
else
         VERSION=1.63
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
   SOURCE_URL[0]=http://download.savannah.nongnu.org/releases/${SPELL}/${SOURCE}
  SOURCE2_URL[0]=http://download.savannah.nongnu.org/releases/${SPELL}/${SOURCE2}
      SOURCE_GPG="fxscintilla.gpg:${SOURCE2}:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
fi
        WEB_SITE=http://www.nongnu.org/${SPELL}
         ENTERED=20060128
      LICENSE[0]=LGPL
        KEYWORDS="devel"
           SHORT="FXScintilla is an implementation of Scintilla for the FOX GUI library"
cat << EOF
FXScintilla is an implementation of Scintilla for the FOX GUI library.

Scintilla is a free source code editing component for Win32 and GTK+
developped by Neil Hodgson.
For more information about Scintilla, see http://www.scintilla.org.
EOF
