You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
342 B
14 lines
342 B
4 years ago
|
prefix=/usr/local
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libedit
|
||
|
Description: command line editor library provides generic line editing, history, and tokenization functions.
|
||
|
Version: 3.1
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -ledit
|
||
|
Libs.private: -lncurses
|
||
|
Cflags: -I${includedir} -I${includedir}/editline
|
||
|
|