blob: deaaa3913c260de2ea82ebe123809f8e34c68eb5 [file] [log] [blame]
Todd Fiala12e21682013-10-30 10:02:25 -07001prefix=@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