From 5dcd38217a7d4351b6dbf18d1aa8aa21d7e5bec3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 1 Nov 2018 21:09:16 +0000 Subject: 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. --- libutf8proc.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libutf8proc.pc.in (limited to 'libutf8proc.pc.in') 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 -- cgit v1.2.3