summaryrefslogtreecommitdiff
path: root/libpkgconf.pc.in
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2018-03-25 20:15:05 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2018-03-25 20:15:05 +0200
commit3e04a02fd1d845d4c72f63783fa980591a22b076 (patch)
tree3a908bef1e16903611f19e2fdac2cebc7ad93420 /libpkgconf.pc.in
parent973720f3f0554f5f19d12d37dc85ab973c9933a8 (diff)
New upstream version 1.4.2
Diffstat (limited to 'libpkgconf.pc.in')
-rw-r--r--libpkgconf.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/libpkgconf.pc.in b/libpkgconf.pc.in
new file mode 100644
index 0000000..d278136
--- /dev/null
+++ b/libpkgconf.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+includedir=@includedir@
+libdir=@libdir@
+
+Name: libpkgconf
+Description: a library for accessing and manipulating development framework configuration
+URL: http://github.com/pkgconf/pkgconf
+Version: @PACKAGE_VERSION@
+CFlags: -I${includedir}/pkgconf
+Libs: -L${libdir} -lpkgconf