1prefix=/usr
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: libedit
7Description: command line editor library providing generic line editing, history, and tokenization functions.
8Version: 3.1
9Requires:
10Libs: -Wl,-R${libdir} -L${libdir} -ledit
11Libs.private: -ltermcap 
12Cflags: -I${includedir} -I${includedir}/readline
13