17 lines
453 B
PkgConfig
Executable File
17 lines
453 B
PkgConfig
Executable File
prefix=${pcfiledir}/../..
|
|
# ZSTD - standard compression algorithm
|
|
# Copyright (C) 2014-2016, Yann Collet, Facebook
|
|
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
|
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: zstd
|
|
Description: fast lossless compression algorithm library
|
|
URL: http://www.zstd.net/
|
|
Version: 1.5.2
|
|
Libs: -L"${libdir}" -lzstd
|
|
Libs.private:
|
|
Cflags: -I"${includedir}"
|