12 lines
		
	
	
		
			310 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
|   | prefix=/usr
 | ||
|  | exec_prefix=${prefix}
 | ||
|  | libdir=${exec_prefix}/lib
 | ||
|  | includedir=${prefix}/include
 | ||
|  | 
 | ||
|  | Name: libedit | ||
|  | Description: command line editor library provides generic line editing, history, and tokenization functions. | ||
|  | Version: 3.0 | ||
|  | Requires: | ||
|  | Libs: -L${libdir} -ledit | ||
|  | Cflags: -I${includedir} -I${includedir}/editline |