File: pkgconfig.patch

package info (click to toggle)
hdf-eos4 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,960 kB
  • sloc: ansic: 43,570; sh: 11,324; fortran: 9,649; makefile: 261
file content (29 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Add a pkg-config file to hdf-eos4
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2021-09-29
Forwarded: no

--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@
                 gctp/include/Makefile
                 gctp/src/Makefile
                 samples/Makefile
+		hdf-eos4.pc
                 testdrivers/Makefile
                 testdrivers/grid/Makefile
                 testdrivers/point/Makefile
--- /dev/null
+++ b/hdf-eos4.pc.in
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=@exec_prefix@
+libdir=${exec_prefix}/lib
+includedir=@includedir@/hdf
+
+Name: HDF-EOS 4
+Description: Earth System Observation datatypes for HDF4
+Version: @VERSION@
+Requires: gctp
+Libs: -L${libdir} -lhdf4
+Libs.private: -lgctp -lmfhdf -ldf -lz -lm  -ljpeg