1*0c16b537SWarner Losh# ZSTD - standard compression algorithm 2*0c16b537SWarner Losh# Copyright (C) 2014-2016, Yann Collet, Facebook 3*0c16b537SWarner Losh# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 4*0c16b537SWarner Losh 5*0c16b537SWarner Loshprefix=@PREFIX@ 6*0c16b537SWarner Loshlibdir=@LIBDIR@ 7*0c16b537SWarner Loshincludedir=@INCLUDEDIR@ 8*0c16b537SWarner Losh 9*0c16b537SWarner LoshName: zstd 10*0c16b537SWarner LoshDescription: fast lossless compression algorithm library 11*0c16b537SWarner LoshURL: http://www.zstd.net/ 12*0c16b537SWarner LoshVersion: @VERSION@ 13*0c16b537SWarner LoshLibs: -L${libdir} -lzstd 14*0c16b537SWarner LoshCflags: -I${includedir} 15