summaryrefslogtreecommitdiffstats
path: root/libvformat-1.0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libvformat-1.0.pc.in')
-rw-r--r--libvformat-1.0.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libvformat-1.0.pc.in b/libvformat-1.0.pc.in
new file mode 100644
index 0000000..60a4db9
--- /dev/null
+++ b/libvformat-1.0.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libvformat
+Description: A small, portable library for accessing vformat objects eg VCARD.
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -llibvformat
+Cflags: -I${includedir}
+