mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			259 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			259 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=%PREFIX%
 | |
| exec_prefix=${prefix}
 | |
| libdir=${exec_prefix}/lib
 | |
| includedir=${prefix}/include
 | |
| 
 | |
| Name: vamp-hostsdk
 | |
| Version: 2.5
 | |
| Description: Development library for Vamp audio analysis plugin hosts
 | |
| Libs: -L${libdir} -lvamp-hostsdk -ldl
 | |
| Cflags: -I${includedir} 
 |