           SPELL=pkgconfig
         VERSION=0.28
     SOURCE_HASH=sha512:6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
          SOURCE=pkg-config-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION
   SOURCE_URL[0]=http://www.freedesktop.org/software/$SPELL/releases/$SOURCE
      LICENSE[0]=GPL
        WEB_SITE=http://pkgconfig.freedesktop.org
         ENTERED=20010922
        KEYWORDS="devel"
           SHORT='A system for managing library compile/link flags.'
cat << EOF
pkg-config is a helper tool used when compiling applications and libraries. 
It helps you insert the correct compiler options on the command line so an 
application can use  gcc -o test test.c 'pkg-config --libs --cflags glib-2.0' 
for instance, rather than hard-coding values on where to find glib (or other 
libraries). It is language-agnostic, so it can be used for defining the 
location of documentation tools, for instance.
EOF
