d39f6da03c
[Peter: rename to libedit] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
300 B
PkgConfig
14 lines
300 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libedit
|
|
Description: Not just a replacement library for libreadline and libhistory.
|
|
Version: 2.11
|
|
Requires: libbsd ncurses
|
|
Requires.private:
|
|
Libs: -L${libdir} -ledit
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|