1 prefix=@prefix@ 2 exec_prefix=@exec_prefix@ 3 libdir=@libdir@ 4 includedir=@includedir@ 5 6 Name: libedit 7 Description: command line editor library provides generic line editing, history, and tokenization functions. 8 Version: @VERSION@ 9 Requires: 10 Libs: -L${libdir} -ledit @LIBS@ 11 Cflags: -I${includedir} -I${includedir}/editline 12 13