File size: 329 Bytes
fb5159d | 1 2 3 4 5 6 7 8 9 10 11 12 13 | prefix=/usr/local/envs/slahmr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Readline
Description: Gnu Readline library for command line editing
URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
Version: 8.2
Requires.private: tinfo
Libs: -L${libdir} -lreadline
Cflags: -I${includedir}
|