summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
Diffstat (limited to 'substvars')
-rw-r--r--substvars9
1 files changed, 5 insertions, 4 deletions
diff --git a/substvars b/substvars
index da1ef3d..167fafc 100644
--- a/substvars
+++ b/substvars
@@ -1,6 +1,7 @@
Common-Description:
pkgconf is a program which helps to configure compiler and linker flags for
- development frameworks. It is similar to pkg-config, but was written from
- scratch in the summer of 2011 to replace pkg-config, which now needs itself to
- build itself (or you can set a bunch of environment variables, both are
- pretty ugly).
+ development libraries. It is similar to pkg-config from freedesktop.org.
+Library-Description:
+ libpkgconf is a library which provides access to most of pkgconf's
+ functionality, to allow other tooling such as compilers and IDEs to discover
+ and use libraries configured by pkgconf.