1# ZSTD - standard compression algorithm 2# Copyright (C) 2014-2016, Yann Collet, Facebook 3# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 4 5prefix=@PREFIX@ 6exec_prefix=@EXEC_PREFIX@ 7includedir=@INCLUDEDIR@ 8libdir=@LIBDIR@ 9 10Name: zstd 11Description: fast lossless compression algorithm library 12URL: http://www.zstd.net/ 13Version: @VERSION@ 14Libs: -L${libdir} -lzstd 15Cflags: -I${includedir} 16