mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
12 lines
352 B
PkgConfig
12 lines
352 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libedit
|
|
Description: command line editor library providing generic line editing, history, and tokenization functions.
|
|
Version: 3.1
|
|
Requires:
|
|
Libs: -Wl,-R${libdir} -L${libdir} -ledit
|
|
Libs.private: -ltermcap
|
|
Cflags: -I${includedir} -I${includedir}/readline
|