File: package.pc.in

package info (click to toggle)
gflags 2.2.2-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 804 kB
  • sloc: cpp: 3,918; python: 36; sh: 22; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
bindir=${exec_prefix}/@RUNTIME_INSTALL_DIR@
libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_DIR@

Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: @PACKAGE_DESCRIPTION@
URL: @PACKAGE_URL@
Requires:
Libs: -L${libdir} -lgflags
Libs.private: -lpthread 
Cflags: -I${includedir}