mirror of
				https://github.com/facebook/zstd.git
				synced 2025-11-04 00:02:59 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			428 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			428 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
#   ZSTD - standard compression algorithm
 | 
						|
#   Copyright (C) 2014-2016, Yann Collet, Facebook
 | 
						|
#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
 | 
						|
 | 
						|
prefix=@PREFIX@
 | 
						|
exec_prefix=${prefix}
 | 
						|
includedir=${prefix}/include
 | 
						|
libdir=${exec_prefix}/lib
 | 
						|
 | 
						|
Name: zstd
 | 
						|
Description: fast lossless compression algorithm library
 | 
						|
URL: http://www.zstd.net/
 | 
						|
Version: @VERSION@
 | 
						|
Libs: -L${libdir} -lzstd
 | 
						|
Cflags: -I${includedir}
 |