jpayne@69: prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce jpayne@69: exec_prefix=${prefix} jpayne@69: includedir=${prefix}/include jpayne@69: libdir=${exec_prefix}/lib jpayne@69: jpayne@69: Name: libdeflate jpayne@69: Description: Fast implementation of DEFLATE, zlib, and gzip jpayne@69: Version: 1.17 jpayne@69: Libs: -L${libdir} -ldeflate jpayne@69: Cflags: -I${includedir} jpayne@69: jpayne@69: # Note: this library's public header allows LIBDEFLATE_DLL to be defined when jpayne@69: # linking to the DLL on Windows, to make __declspec(dllimport) be used. jpayne@69: # However, the only way to define a shared-library-only flag in a pkgconfig file jpayne@69: # is to use the weird workaround of unconditionally defining it in Cflags, then jpayne@69: # undefining it in Cflags.private. Just don't bother with this, since jpayne@69: # __declspec(dllimport) is optional anyway. It is a very minor performance jpayne@69: # optimization that is irrelevant for most use cases of libdeflate.