2014-11-30 22:32:12 +00:00
|
|
|
# LZ4 - Fast LZ compression algorithm
|
|
|
|
# Copyright (C) 2011-2014, Yann Collet.
|
|
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
|
|
|
|
prefix=@PREFIX@
|
|
|
|
libdir=@LIBDIR@
|
|
|
|
includedir=@INCLUDEDIR@
|
|
|
|
|
|
|
|
Name: lz4
|
2016-09-03 05:04:16 +00:00
|
|
|
Description: extremely fast lossless compression algorithm library
|
2016-07-07 22:34:53 +00:00
|
|
|
URL: http://www.lz4.org/
|
2014-11-30 22:32:12 +00:00
|
|
|
Version: @VERSION@
|
|
|
|
Libs: -L@LIBDIR@ -llz4
|
|
|
|
Cflags: -I@INCLUDEDIR@
|