mirror of
https://github.com/PCRE2Project/pcre2.git
synced 2025-10-14 10:38:39 +08:00

The pkg-config file has a License field which describes the software license. Set this to 'BSD-3-Clause WITH PCRE2-exception'. Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116
15 lines
383 B
PkgConfig
15 lines
383 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libpcre2-posix
|
|
Description: Posix compatible interface to libpcre2-8
|
|
Version: @PACKAGE_VERSION@
|
|
License: BSD-3-Clause WITH PCRE2-exception
|
|
Libs: -L${libdir} -lpcre2-posix@LIB_POSTFIX@
|
|
Cflags: -I${includedir} @PCRE2POSIX_CFLAG@
|
|
Requires.private: libpcre2-8
|