           SPELL=vala
if [[ "$VALA_DEVEL" == "y" ]]; then
         VERSION=0.24.0
     SOURCE_HASH=sha512:a5897af7926affbdb018f0c31d4ec84d3322dc03e7cc64cb8b28c60fd4887a64b94760e061145aab5c36442a0d8665f3e3d584e09502e5f2587860d199317479
else
         VERSION=0.24.0
     SOURCE_HASH=sha512:a5897af7926affbdb018f0c31d4ec84d3322dc03e7cc64cb8b28c60fd4887a64b94760e061145aab5c36442a0d8665f3e3d584e09502e5f2587860d199317479
fi
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
        WEB_SITE=http://live.gnome.org/Vala
      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
