           SPELL=pkgconfig
         VERSION=0.29.2
      PATCHLEVEL=1
     SOURCE_HASH=sha512:4861ec6428fead416f5cbbbb0bbad10b9152967e481d4b0ff2eb396a9f297f552984c9bb72f6864a37dcd8fca1d9ccceda3ef18d8f121938dbe4fdf2b870fe75
          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
