2014-02-20 20:17:05 +01:00
|
|
|
# Package Information for pkg-config
|
|
|
|
|
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: libpcre2-8
|
|
|
|
Description: PCRE2 - Perl compatible regular expressions C library (2nd API) with 8 bit character support
|
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
Libs: -L${libdir} -lpcre2-8
|
2014-10-17 17:52:57 +02:00
|
|
|
Cflags: -I${includedir} @PCRE2_STATIC_CFLAG@
|