           SPELL=seed
         VERSION=3.2.0
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE="${SPELL}-${VERSION}.tar.xz"
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://live.gnome.org/Seed"
      LICENSE[0]=LGPL
         ENTERED=20091226
           SHORT="Seed - GObject JavaScriptCore bridge"
cat << EOF
Seed is a library and interpreter, dynamically bridging (through
GObjectIntrospection) the WebKit JavaScriptCore engine, with the GNOME
platform. Seed serves as something which enables you to write standalone
applications in JavaScript, or easily enable your application to be extensible
in JavaScript.
EOF
