liblz4.pc.in 385 B

1234567891011121314
  1. # LZ4 - Fast LZ compression algorithm
  2. # Copyright (C) 2011-2014, 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: fast lossless compression algorithm library
  9. URL: http://code.google.com/p/lz4/
  10. Version: @VERSION@
  11. Libs: -L@LIBDIR@ -llz4
  12. Cflags: -I@INCLUDEDIR@