2008-02-03 23:43:05 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: libedit
|
|
|
|
Description: command line editor library provides generic line editing, history, and tokenization functions.
|
|
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
2013-09-07 19:21:33 +00:00
|
|
|
Libs: -L${libdir} -ledit -lcurses @TINFO_LIBS@
|
2008-02-03 23:43:05 +00:00
|
|
|
Cflags: -I${includedir} -I${includedir}/editline
|
|
|
|
|