11 lines
266 B
PkgConfig
11 lines
266 B
PkgConfig
|
prefix=/usr
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include/nspr
|
||
|
|
||
|
Name: NSPR
|
||
|
Description: The Netscape Portable Runtime
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${exec_prefix}/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl
|
||
|
Cflags: -I${prefix}/include/nspr
|