source: Daodan/MSYS2/mingw32/lib/pkgconfig/libzstd.pc@ 1166

Last change on this file since 1166 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 439 bytes
Line 
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=/mingw32
6exec_prefix=${prefix}
7includedir=${prefix}/include
8libdir=${exec_prefix}/lib
9
10Name: zstd
11Description: fast lossless compression algorithm library
12URL: http://www.zstd.net/
13Version: 1.5.0
14Libs: -L${libdir} -lzstd
15Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.