File: pkg-config.patch

package info (click to toggle)
libgctp 2.0.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,772 kB
  • sloc: ansic: 7,922; sh: 4,387; makefile: 89; fortran: 29
file content (21 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Alastair McKinstry <mckinstry@debian.org>
Description: pkg-config file for GCTP
Last-Updated: 2018-05-31
Forwarded: no

Index: libgctp/gctp.pc.in
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ libgctp/gctp.pc.in	2009-08-06 14:28:56.000000000 +0100
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=@LIBDIR@
+includedir=${exec_prefix}/include/gctp
+
+Name: gctp
+Description: General Cartographic Transformations Package
+Version: @VERSION@
+Libs: -L${libdir} -lgctp
+Libs.private: -lgctp -lm
+Cflags: -I${includedir}