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