           SPELL=gob2
         VERSION=2.0.17
	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/gob2/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
      LICENSE[1]=LGPL
        WEB_SITE=http://www.5z.com/jirka/gob.html
         ENTERED=20020620
        KEYWORDS="gnome2"
           SHORT="GOB is a preprocessor for making GObjects with inline C code"
cat << EOF
GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C code so
that generated files are not edited. Syntax is inspired by Java and Yacc or
Lex. The implementation is intentionally kept simple, and no C actual code
parsing is done. 
EOF
