SPELL=gir-repository if [[ $GIR_GIT == "y" ]]; then VERSION=git else VERSION=0.6.5 fi if [[ "$GIR_GIT" == "y" ]]; then SOURCE=$SPELL-git.tar.bz2 FORCE_DOWNLOAD="on" SOURCE_URL[0]=git://git.gnome.org/gir-repository SOURCE_DIRECTORY=${BUILD_DIRECTORY}/gir-repository-git SOURCE_IGNORE=volatile else BRANCH=$(echo $VERSION|cut -d . -f 1,2) SOURCE="${SPELL}-${VERSION}.tar.bz2" SOURCE_URL[0]="$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE" SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH" SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" fi WEB_SITE="http://live.gnome.org/GObjectIntrospection" 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 .