summaryrefslogtreecommitdiff
path: root/libutf8proc.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libutf8proc.pc.in')
-rw-r--r--libutf8proc.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libutf8proc.pc.in b/libutf8proc.pc.in
new file mode 100644
index 0000000..f4645c0
--- /dev/null
+++ b/libutf8proc.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/LIBDIR
+includedir=${prefix}/INCLUDEDIR
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: VERSION
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir}