           SPELL=glib2
         VERSION=2.6.6
          BRANCH=`echo $VERSION | cut -d . -f 1,2`
          SOURCE=glib-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/glib-$VERSION
   SOURCE_URL[0]=ftp://ftp.gtk.org/pub/gtk/v${BRANCH}/$SOURCE
   SOURCE_URL[1]=$GNOME_URL/sources/glib/$BRANCH/$SOURCE
          MD5[0]='b6fc6e7ecbc8e209d576728d6b307f13'
      LICENSE[0]=LGPL
       BUILD_API=2
        WEB_SITE=http://www.gtk.org
         ENTERED=20020314
         UPDATED=20050611
           SHORT="GLib is the library that forms the basis of GTK+ and GNOME"
cat << EOF
GLib is the low-level core library that forms the basis of GTK+ and
GNOME. It provides data structure handling for C, portability
wrappers, and interfaces for such runtime functionality as an event
loop, threads, dynamic loading, and an object system.
EOF
