2015-01-24 00:58:16 +00:00
|
|
|
# ZSTD - standard compression algorithm
|
2016-11-30 19:06:58 +00:00
|
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
2015-01-24 00:58:16 +00:00
|
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
|
|
|
|
prefix=@PREFIX@
|
2019-10-25 19:05:20 +00:00
|
|
|
exec_prefix=${prefix}
|
2020-05-07 17:12:59 +00:00
|
|
|
includedir=${prefix}/@INCLUDEDIR@
|
|
|
|
libdir=${exec_prefix}/@LIBDIR@
|
2015-01-24 00:58:16 +00:00
|
|
|
|
|
|
|
Name: zstd
|
2016-11-30 19:06:58 +00:00
|
|
|
Description: fast lossless compression algorithm library
|
|
|
|
URL: http://www.zstd.net/
|
2015-01-24 00:58:16 +00:00
|
|
|
Version: @VERSION@
|
2016-11-29 07:47:53 +00:00
|
|
|
Libs: -L${libdir} -lzstd
|
|
|
|
Cflags: -I${includedir}
|