Initial Commit
This commit is contained in:
13
pcre-8.40/libpcreposix.pc
Normal file
13
pcre-8.40/libpcreposix.pc
Normal file
@@ -0,0 +1,13 @@
|
||||
# Package Information for pkg-config
|
||||
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libpcreposix
|
||||
Description: PCREPosix - Posix compatible interface to libpcre
|
||||
Version: 8.40
|
||||
Libs: -L${libdir} -lpcreposix
|
||||
Cflags: -I${includedir} -DPCRE_STATIC
|
||||
Requires.private: libpcre
|
||||
Reference in New Issue
Block a user