File: proj.pc.in

package info (click to toggle)
proj 9.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,620 kB
  • sloc: sh: 219,086; cpp: 173,769; sql: 85,586; python: 8,577; ansic: 6,274; yacc: 1,349; javascript: 228; makefile: 33
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
prefix=@prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@/@PACKAGE@

Name: PROJ
Description: Coordinate transformation software library
Requires:
Version: @VERSION@
Libs: -L${libdir} -l@PROJ_OUTPUT_NAME@
Libs.private: @EXTRA_LIBS@
Requires.private: @EXTRA_REQUIRES@
Cflags: -I${includedir}