17 lines
		
	
	
		
			456 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
		
			456 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| 
								 | 
							
								prefix=${pcfiledir}/../..
							 | 
						||
| 
								 | 
							
								#   ZSTD - standard compression algorithm
							 | 
						||
| 
								 | 
							
								#   Copyright (C) 2014-2016, Yann Collet, Facebook
							 | 
						||
| 
								 | 
							
								#   BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								exec_prefix=${prefix}
							 | 
						||
| 
								 | 
							
								includedir=${prefix}/../include
							 | 
						||
| 
								 | 
							
								libdir=${exec_prefix}/lib
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Name: zstd
							 | 
						||
| 
								 | 
							
								Description: fast lossless compression algorithm library
							 | 
						||
| 
								 | 
							
								URL: http://www.zstd.net/
							 | 
						||
| 
								 | 
							
								Version: 1.5.2
							 | 
						||
| 
								 | 
							
								Libs: -L"${libdir}" -lzstd
							 | 
						||
| 
								 | 
							
								Libs.private: 
							 | 
						||
| 
								 | 
							
								Cflags: -I"${includedir}"
							 |