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