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 30 31
|
Description: Add pkg-config file for hdfeos5 package.
Author: Alastair McKinstry <mckinstry@debian.org>
Forwarded: no
Last-Updated: 2012-02-12
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,8 @@
testdrivers/swath/Makefile
testdrivers/za/Makefile
testdrivers/threads/Makefile
- doc/Makefile])
+ doc/Makefile
+ hdf-eos5.pc])
###################################
--- /dev/null
+++ b/hdf-eos5.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=${prefix}/include/hdf-eos5
+
+Name: HDF-EOS 5
+Description: Earth System Observation datatypes for HDF5
+Version: @VERSION@
+Requires: gctp
+Libs: -L${libdir} -lhe5_hdfeos -lgctp
+Libs.private: -lhe5_hdfeos -lhdf_hl -lhdf5 -lgctp -ljpeg -lz -lpthread
|