           SPELL=pkgconfig
         VERSION=0.23
     SOURCE_HASH=sha512:c3d68e131c44f1521563992b1828aca3143a93945731afd48b0d866733ee872ef8bf027568b96d53e2b1de245a409d7ce67d3595906ed1ce4650e92c41fa2463  
          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
