11 lines
		
	
	
		
			271 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			271 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| 
								 | 
							
								prefix=@to-be-replaced@
							 | 
						||
| 
								 | 
							
								exec_prefix=${prefix}
							 | 
						||
| 
								 | 
							
								libdir=${exec_prefix}/lib
							 | 
						||
| 
								 | 
							
								includedir=${prefix}/include
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Name: LibTomMath
							 | 
						||
| 
								 | 
							
								Description: public domain library for manipulating large integer numbers
							 | 
						||
| 
								 | 
							
								Version: @to-be-replaced@
							 | 
						||
| 
								 | 
							
								Libs: -L${libdir} -ltommath
							 | 
						||
| 
								 | 
							
								Cflags: -I${includedir}
							 |