           SPELL=bluefish
if [[ $BLUEFISH_UNSTABLE == y ]]; then
         VERSION=1.3.8
          SOURCE=$SPELL-unstable-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-unstable-$VERSION"
   SOURCE_URL[0]=http://www.bennewitz.com/$SPELL/devel/source/$SOURCE
   SOURCE_URL[1]=http://bluefish.mrball.net/devel/source/$SOURCE
   SOURCE_URL[2]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:fd1e6fdd50f1d0d29944e1d5564861cb5ed6dacb6a1255f48053dad203c905314161d39041a62d4a6847bba4e3afb46a9e53e848d6dcde73ae11afe40223fbc9
else
         VERSION=2.2.2
     SOURCE_HASH=sha512:da256577489796cc963757c2f97a7bdf1ed34bc240fc09e74e27f1ed009dcca4e46785d0359230edac0a87d677195f23c7af3ad92d0e90c2e2912c3600a41c73
          SOURCE=$SPELL-$VERSION.tar.bz2
#         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://www.bennewitz.com/$SPELL/stable/source/$SOURCE
   SOURCE_URL[1]=ftp://ftp.ratisbona.com/pub/$SPELL/stable/source/$SOURCE
   SOURCE_URL[2]=$SOURCEFORGE_URL/$SPELL/$SOURCE
#  SOURCE2_URL[0]=$SOURCE_URL.sign
#  SOURCE2_URL[1]=${SOURCE_URL[1]}.sign
#  SOURCE2_URL[2]=${SOURCE_URL[2]}.sign
#  SOURCE2_IGNORE=signature
#      SOURCE_GPG=bluefish.gpg:$SOURCE2:UPSTREAM_KEY
fi
        WEB_SITE=http://bluefish.openoffice.nl/
         ENTERED=20011106
      LICENSE[0]=GPL
        KEYWORDS="html http editors"
           SHORT="GTK2 HTML editor"
cat << EOF
Bluefish is a powerful editor targeted towards programmers and webdesigners,
with many options to write websites, scripts and programming code. Bluefish
supports many programming and markup languages, and it focuses on editing
dynamic and interactive websites.
EOF
