| 1 | # Package Information for pkg-config |
| 2 | |
| 3 | prefix=/usr |
| 4 | exec_prefix=${prefix} |
| 5 | libdir=${prefix}/lib/x86_64-linux-gnu |
| 6 | includedir=${prefix}/include |
| 7 | |
| 8 | Name: libpcre |
| 9 | Description: PCRE - Perl compatible regular expressions C library with 8 bit character support |
| 10 | Version: 8.39 |
| 11 | Libs: -L${libdir} -lpcre |
| 12 | Libs.private: -pthread |
| 13 | Cflags: -I${includedir} |
| 14 |