Home | History | Annotate | Download | only in lib
      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 
      5 prefix=@PREFIX@
      6 libdir=@LIBDIR@
      7 includedir=@INCLUDEDIR@
      8 
      9 Name: lz4
     10 Description: extremely fast lossless compression algorithm library
     11 URL: http://www.lz4.org/
     12 Version: @VERSION@
     13 Libs: -L@LIBDIR@ -llz4
     14 Cflags: -I@INCLUDEDIR@
     15