           SPELL=gir-repository
         VERSION=0.6.5
          BRANCH=$(echo $VERSION|cut -d . -f 1,2)
          SOURCE="${SPELL}-${VERSION}.tar.bz2"
   SOURCE_URL[0]="$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE"
     SOURCE_HASH="sha256:cbeadc6c701f376134c9fe288fe0d95a725d9fa398daaeeb6621c35e8bafcae1:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=""
      LICENSE[0]=GPL
         ENTERED=20091226
           SHORT="Library for handling GObject introspection data"
cat << EOF
GObject Introspection is a project for providing machine readable introspection
data of the API of C libraries. This introspection data can be used in several
different use cases, for example automatic code generation for bindings,
API verification and documentation generation.

GObject Introspection contains tools to generate and handle the introspection
data.

This package contains a C library for handling the introspection data.
EOF
