2015-01-24 01:58:16 +01:00
|
|
|
# ZSTD - standard compression algorithm
|
2022-12-20 12:49:47 -05:00
|
|
|
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
2022-12-14 06:58:35 -08:00
|
|
|
# BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php)
|
2015-01-24 01:58:16 +01:00
|
|
|
|
|
|
|
prefix=@PREFIX@
|
2020-12-08 20:10:05 -05:00
|
|
|
exec_prefix=@EXEC_PREFIX@
|
|
|
|
includedir=@INCLUDEDIR@
|
|
|
|
libdir=@LIBDIR@
|
2015-01-24 01:58:16 +01:00
|
|
|
|
|
|
|
Name: zstd
|
2016-11-30 11:06:58 -08:00
|
|
|
Description: fast lossless compression algorithm library
|
2022-12-14 06:58:35 -08:00
|
|
|
URL: https://facebook.github.io/zstd/
|
2015-01-24 01:58:16 +01:00
|
|
|
Version: @VERSION@
|
2024-04-06 14:41:54 +02:00
|
|
|
Libs: -L${libdir} -lzstd @LIBS_MT@
|
2021-05-15 22:56:08 -03:00
|
|
|
Libs.private: @LIBS_PRIVATE@
|
2024-04-06 14:41:54 +02:00
|
|
|
Cflags: -I${includedir} @LIBS_MT@
|