2015-01-23 16:58:16 -08:00
|
|
|
# ZSTD - standard compression algorithm
|
2016-11-30 11:06:58 -08:00
|
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
2015-01-23 16:58:16 -08:00
|
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
|
|
|
|
prefix=@PREFIX@
|
|
|
|
libdir=@LIBDIR@
|
|
|
|
includedir=@INCLUDEDIR@
|
|
|
|
|
|
|
|
Name: zstd
|
2016-11-30 11:06:58 -08:00
|
|
|
Description: fast lossless compression algorithm library
|
|
|
|
URL: http://www.zstd.net/
|
2015-01-23 16:58:16 -08:00
|
|
|
Version: @VERSION@
|
2016-11-28 23:47:53 -08:00
|
|
|
Libs: -L${libdir} -lzstd
|
|
|
|
Cflags: -I${includedir}
|