           SPELL=libgda4
         VERSION=4.2.12
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE="libgda-${VERSION}.tar.xz"
   SOURCE_URL[0]=$GNOME_URL/sources/libgda/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libgda-${VERSION}"
        WEB_SITE="http://www.gnome-db.org/"
      LICENSE[0]=LGPL
         ENTERED=20091230
           SHORT="data abstraction library based on GLib"
cat << EOF
libgda is a (relatively small) database abstraction/access library integrated
on the GLib object model. It can be used as a metadata extractor, to get
information about all database objects in a common way, and as an ODBC-like
wrapper to access data in different engines through an easier API.
EOF
