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
|