           SPELL=vala
if [[ "$VALA_DEVEL" == "y" ]]; then
         VERSION=0.11.5
     SOURCE_HASH=sha512:d56564f9620473a90e3ee97da9d9fb134670739db1704d0e7c58fb96c3f3922815caa55e4f53b8403c1af03856cf4ba95255a8bd21e9141580177ef193a8a069
else
         VERSION=0.10.3
     SOURCE_HASH=sha512:cb20aa3f8ef3eabc03ecbf8eb46f4046b765960d18e0f2a966819ef4c78b2b946276d9d105212d3c22da9396b60f11244c98a7873220cb97fdccf85403ca0125
fi
          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/$SPELL/$BRANCH/$SOURCE
        WEB_SITE=http://live.gnome.org/Vala
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
      LICENSE[0]=LGPL
         ENTERED=20070727
           SHORT="compiler for the GObject type system"
cat << EOF
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional runtime
requirements and without using a different ABI compared to applications and
libraries written in C.
valac, the Vala compiler, is a self-hosting compiler that translates Vala
source code into C source and header files. It uses the GObject type system to
create classes and interfaces declared in the Vala source code. It's also
planned to generate GIDL files when gobject-introspection is ready.
EOF
