summaryrefslogtreecommitdiff
path: root/libutf8proc.pc.in
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-01-04 00:35:53 +0000
committerVincent Sanders <vince@kyllikki.org>2016-01-04 21:22:58 +0000
commita783495a127b7d4cc1a4abae25aba658b38110b4 (patch)
treeff7a1dbf8ba8177548950729f62048ca4f510627 /libutf8proc.pc.in
parent00feb3f3730a87fd70eb83189be38ad19ddb707c (diff)
downloadlibutf8proc-a783495a127b7d4cc1a4abae25aba658b38110b4.tar.gz
libutf8proc-a783495a127b7d4cc1a4abae25aba658b38110b4.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..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}