]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated pkg config file
authorYann Collet <cyan@fb.com>
Wed, 30 Nov 2016 19:06:58 +0000 (11:06 -0800)
committerYann Collet <cyan@fb.com>
Wed, 30 Nov 2016 19:06:58 +0000 (11:06 -0800)
lib/libzstd.pc.in

index 703da060b37a0e149d3ab5052c6b1b32b47a758c..1d07b91f25ab31323e38576178c189e385fa0f81 100644 (file)
@@ -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}