From: Yann Collet Date: Wed, 30 Nov 2016 19:06:58 +0000 (-0800) Subject: updated pkg config file X-Git-Tag: v1.1.2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95eb43be09e84f229a953697a5e5b7644e27eb01;p=thirdparty%2Fzstd.git updated pkg config file --- diff --git a/lib/libzstd.pc.in b/lib/libzstd.pc.in index 703da060b..1d07b91f2 100644 --- a/lib/libzstd.pc.in +++ b/lib/libzstd.pc.in @@ -1,5 +1,5 @@ # ZSTD - standard compression algorithm -# Copyright (C) 2014-2015, Yann Collet. +# Copyright (C) 2014-2016, Yann Collet, Facebook # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) prefix=@PREFIX@ @@ -7,8 +7,8 @@ libdir=@LIBDIR@ includedir=@INCLUDEDIR@ Name: zstd -Description: lossless compression algorithm library -URL: https://github.com/facebook/zstd +Description: fast lossless compression algorithm library +URL: http://www.zstd.net/ Version: @VERSION@ Libs: -L${libdir} -lzstd Cflags: -I${includedir}