From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- third_party/heimdal/lib/libedit/libedit.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 third_party/heimdal/lib/libedit/libedit.pc.in (limited to 'third_party/heimdal/lib/libedit/libedit.pc.in') diff --git a/third_party/heimdal/lib/libedit/libedit.pc.in b/third_party/heimdal/lib/libedit/libedit.pc.in new file mode 100644 index 0000000..deaaa39 --- /dev/null +++ b/third_party/heimdal/lib/libedit/libedit.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libedit +Description: command line editor library provides generic line editing, history, and tokenization functions. +Version: @VERSION@ +Requires: +Libs: -L${libdir} -ledit @LIBS@ +Cflags: -I${includedir} -I${includedir}/editline + -- cgit v1.2.3