summaryrefslogtreecommitdiff
path: root/textproc/pdjson/files/pdjson.pc.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--textproc/pdjson/files/pdjson.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/pdjson/files/pdjson.pc.in b/textproc/pdjson/files/pdjson.pc.in
new file mode 100644
index 000000000000..5feb5f556ec3
--- /dev/null
+++ b/textproc/pdjson/files/pdjson.pc.in
@@ -0,0 +1,11 @@
+prefix=%%PREFIX%%
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: pdjson
+Version: %%DISTVERSION%%
+Description: Public Domain JSON parser
+URL: https://github.com/skeeto/pdjson
+Libs: -L${libdir} -lpdjson
+Cflags: -I${includedir}
+