/usr/lib/x86_64-linux-gnu/pkgconfig/libzstd.pc is in libzstd-dev 0.5.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # ZSTD - standard compression algorithm
# Copyright (C) 2014-2015, Yann Collet.
# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
prefix=/usr
libdir=/usr/lib
includedir=/usr/include
Name: zstd
Description: lossless compression algorithm library
URL: https://github.com/Cyan4973/zstd
Version: 0.5.1
Libs: -L/usr/lib -lzstd
Cflags: -I/usr/include
|