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}
|