mirror of
				https://git.tukaani.org/xz.git
				synced 2025-11-03 23:12:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			410 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			410 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
#
 | 
						|
# Author: Lasse Collin
 | 
						|
#
 | 
						|
# This file has been put into the public domain.
 | 
						|
# You can do whatever you want with this file.
 | 
						|
#
 | 
						|
 | 
						|
prefix=@prefix@
 | 
						|
exec_prefix=@exec_prefix@
 | 
						|
libdir=@libdir@
 | 
						|
includedir=@includedir@
 | 
						|
 | 
						|
Name: liblzma
 | 
						|
Description: General purpose data compression library
 | 
						|
URL: @PACKAGE_URL@
 | 
						|
Version: @PACKAGE_VERSION@
 | 
						|
Cflags: -I${includedir}
 | 
						|
Libs: -L${libdir} -llzma
 | 
						|
Libs.private: @PTHREAD_CFLAGS@ @LIBS@
 |