summaryrefslogtreecommitdiff
path: root/libpcre32.pc.in
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:24:43 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:24:43 +0100
commitcba4af1b7643b0da036ff78fd152f74a906c4e97 (patch)
tree84f90cc1a9542b2f374932b04ea0752eabbd3741 /libpcre32.pc.in
Commit upstream pcre-8.39.tar.bz2
Diffstat (limited to 'libpcre32.pc.in')
-rw-r--r--libpcre32.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/libpcre32.pc.in b/libpcre32.pc.in
new file mode 100644
index 0000000..a3ae0e1
--- /dev/null
+++ b/libpcre32.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libpcre32
+Description: PCRE - Perl compatible regular expressions C library with 32 bit character support
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lpcre32
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
+Cflags: -I${includedir} @PCRE_STATIC_CFLAG@