liblz4.pc.in 387 B

1234567891011121314
  1. # LZ4 - Fast LZ compression algorithm
  2. # Copyright (C) 2011-2020, Yann Collet.
  3. # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
  4. prefix=@PREFIX@
  5. libdir=@LIBDIR@
  6. includedir=@INCLUDEDIR@
  7. Name: lz4
  8. Description: extremely fast lossless compression algorithm library
  9. URL: http://www.lz4.org/
  10. Version: @VERSION@
  11. Libs: -L${libdir} -llz4
  12. Cflags: -I${includedir}