11 lines
283 B
PkgConfig
11 lines
283 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/breakpad
|
|
|
|
Name: google-breakpad-client
|
|
Description: An open-source multi-platform crash reporting system
|
|
Version: 0.1
|
|
Libs: -L${libdir} -lbreakpad_client
|
|
Cflags: -I${includedir} -pthread
|