summaryrefslogtreecommitdiffstats
path: root/development/pkgconf/README
diff options
context:
space:
mode:
author Hunter Sezen2016-10-20 17:52:35 +0200
committer Willy Sudiarto Raharjo2016-10-20 17:52:35 +0200
commit92725161c885ed120b0bbc6e7cc006465b79e20d (patch)
treea4335cc962610804642de6ef0865e3ca66aee5c6 /development/pkgconf/README
parent5dfb4c6a45ac7823a5f28292b218b032cc7de43a (diff)
downloadslackbuilds-92725161c885ed120b0bbc6e7cc006465b79e20d.tar.gz
development/pkgconf: Added (compiler and linker metadata toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pkgconf/README')
-rw-r--r--development/pkgconf/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/development/pkgconf/README b/development/pkgconf/README
new file mode 100644
index 0000000000..3099fbf7f7
--- /dev/null
+++ b/development/pkgconf/README
@@ -0,0 +1,17 @@
+pkgconf is a program which helps to configure compiler and linker
+flags for development frameworks. It is similar to pkg-config from
+freedesktop.org.
+
+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 frameworks configured by pkgconf.
+
+NOTE: This package will conflict with pkg-config included in a full
+Slackware install. You should remove pkg-config before installing
+pkgconf. This can be reversed by removing pkgconf and reinstalling
+pkg-config. A new user session will be needed for the environment
+variables to be correct.
+
+If you are using slackpkg add this line to your blacklist file found
+at '/etc/slackpkg/blacklist'.
+ pkg-config