summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:41:46 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:42:45 (EST)
commit355ef4deb0c551bb36c28ba4abefa15843c8f950 (patch)
tree08f960983ff4d20ae335b5d0eb08149f7f68ab53 /substvars
parenta9847db2a850da9ff7bfd9d531b4fdd1d12a66cb (diff)
libpkgconf.3*: New packages
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.