           SPELL=vala
if [[ "$VALA_DEVEL" == "y" ]]; then
         VERSION=0.11.7
     SOURCE_HASH=sha512:ebbf6545012d470a1606ff402fe7b04c1f551cb5726bfcf21dcffcbc083d600684a83b1c5ae5e2b82d93a59d4a02e846f8e2ed6f4ecbae2e97ededa60a014054
else
         VERSION=0.10.4
     SOURCE_HASH=sha512:55c3e8f3b6a4e4814f460bc260bfc120b489e6b7ad7a7d80ebbbbd1440f29c93939bffbb9a48d2088d14b4ef480128b6d856b1f034fceae54c01707bc9f50028
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
