summaryrefslogtreecommitdiff
path: root/libutf8proc.pc.in
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-14 10:56:33 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-14 10:56:33 +0000
commitc203e4dcb680ec3bdccf5fdf7a496549442c56de (patch)
treecf188d41632efcb2745593f3eca25dfd32863d20 /libutf8proc.pc.in
parentc7b6a59b19555b35b6014bf2922c74911caa6f22 (diff)
downloadlibutf8proc-c203e4dcb680ec3bdccf5fdf7a496549442c56de.tar.gz
libutf8proc-c203e4dcb680ec3bdccf5fdf7a496549442c56de.tar.bz2
Build with netsurf core buildsystem
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..2155841
--- /dev/null
+++ b/libutf8proc.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/LIBDIR
+includedir=${prefix}/include
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: VERSION
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir}