File: pkgconfig.patch

package info (click to toggle)
g2clib 1.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 696 kB
  • sloc: ansic: 5,536; makefile: 449
file content (21 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Add a pkg-config file for g2clib
Author: Alastair McKinstry <mckinstry@debian.org>
Forwarded: no
Last-Updated: 2017-04-16

Index: g2clib-1.6.2/grib2c.pc.in
===================================================================
--- /dev/null
+++ g2clib-1.6.2/grib2c.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=${prefix}/include
+
+Name: glib2c
+Description: NCEP GRIB2 encoder/decoder library
+Requires: libpng
+Version: 1.6.0
+Libs: -lgrib2c
+Libs.private: -lgrib2c -lpng16 -lopenjp2