Rewrap dev-util DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent 991482ea96
commit f4b61c7fd6
21 changed files with 155 additions and 126 deletions

View File

@@ -1,5 +1,12 @@
SUMMARY="Helper tool for compiling applications and libraries"
DESCRIPTION="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.cpkg-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."
DESCRIPTION="
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.cpkg-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.
"
HOMEPAGE="http://pkg-config.freedesktop.org/wiki/"
LICENSE="GNU GPL v2"
COPYRIGHT="1998, 2001-2006 Red Hat Inc."