           SPELL=gnustep-base
         VERSION=1.13.0
      PATCHLEVEL=1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/core/$SOURCE
        WEB_SITE=http://www.gnustep.org
     SOURCE_HASH=sha512:ee33e014d92db2eebe9c36011003d50b9bf2933d52aa592ed496f4ca70f78cc79189fbc0e8438d27e33f25e07a36601e244110e8595fc4f9045ee34a8a3a6813
      LICENSE[0]=LGPL
         ENTERED=20050908
        KEYWORDS="gnustep libs"
           SHORT="GNUstep implementation of OPENSTEP base libs."
#GS FIX
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SOURCE_DIRECTORY/Source/obj
#END GS FIX

cat << EOF
The GNUstep Base Library is a library of general-purpose, non-graphical
Objective C objects.  For example, it includes classes for strings,
object collections, byte streams, typed coders, invocations,
notifications, notification dispatchers, moments in time, network ports,
remote object messaging support (distributed objects), and event loops.
EOF
