summaryrefslogtreecommitdiff
path: root/libutf8proc.pc.in
diff options
context:
space:
mode:
authorMichael Drake <mdrake.unique@gmail.com>2018-11-01 21:09:16 +0000
committerSteven G. Johnson <stevenj@mit.edu>2018-11-01 17:09:16 -0400
commit5dcd38217a7d4351b6dbf18d1aa8aa21d7e5bec3 (patch)
tree167dd95adca6831da972ace2837e1a05be68604f /libutf8proc.pc.in
parentf17497653257858941d044ff3bbadbc9b095aa0c (diff)
downloadlibutf8proc-5dcd38217a7d4351b6dbf18d1aa8aa21d7e5bec3.tar.gz
libutf8proc-5dcd38217a7d4351b6dbf18d1aa8aa21d7e5bec3.tar.bz2
Generate and install a pkg-config file. (#142)
* Generate and install a pkg-config file. * Use Makefile libdir and includedir for pkg-config. This splits the prefix out from these variables, so that the same variables can be used to construct the pkg-config file. * Update the manifest for installation of pkg-config file. * Revert "Use Makefile libdir and includedir for pkg-config." This reverts commit a4cd6dc64a357dd5b91781045b3ac1c4679af97f. * Use Makefile libdir and includedir for pkg-config. This splits the prefix out from these variables, so that the same variables can be used to construct the pkg-config file.
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..820b43f
--- /dev/null
+++ b/libutf8proc.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${prefix}/LIBDIR
+includedir=${prefix}/INCLUDEDIR
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: VERSION
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir} -DUTF8PROC_EXPORTS