11 lines
299 B
PkgConfig
11 lines
299 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: History
|
|
Description: Gnu History library for managing previously-entered lines
|
|
URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
|
|
Version: @LIBVERSION@
|
|
Libs: -L${libdir} -lhistory
|
|
Cflags: -I${includedir}
|