summaryrefslogtreecommitdiffstats
path: root/src/libplist-2.0.pc.in
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-08 22:00:04 +0200
committerGravatar Nikias Bassen2020-06-08 22:00:04 +0200
commit137716df3f197a7184c1fba88fcb30480dafd6e0 (patch)
tree2f4397f0134857dabe762a90ee30d59bfd77f949 /src/libplist-2.0.pc.in
parent80d377af83f7f9ea93ce12ec464897755a82eb8b (diff)
downloadlibplist-137716df3f197a7184c1fba88fcb30480dafd6e0.tar.gz
libplist-137716df3f197a7184c1fba88fcb30480dafd6e0.tar.bz2
pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pc
Diffstat (limited to 'src/libplist-2.0.pc.in')
-rw-r--r--src/libplist-2.0.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libplist-2.0.pc.in b/src/libplist-2.0.pc.in
new file mode 100644
index 0000000..0bd6932
--- /dev/null
+++ b/src/libplist-2.0.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE_NAME@
+Description: A library to handle Apple Property Lists whereas they are binary or XML
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lplist
+Cflags: -I${includedir}