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