mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-26 08:06:58 +00:00
14 lines
303 B
PkgConfig
14 lines
303 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: gperftools
|
|
Version: 2.0
|
|
Description: Performance tools for C++
|
|
URL: http://code.google.com/p/gperftools/
|
|
Requires:
|
|
Libs: -L${libdir} -lprofiler
|
|
Libs.private: -pthread -lpthread
|
|
Cflags: -I${includedir}
|