summaryrefslogtreecommitdiff
path: root/libedit.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libedit.pc.in')
-rw-r--r--libedit.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libedit.pc.in b/libedit.pc.in
new file mode 100644
index 0000000..deaaa39
--- /dev/null
+++ b/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
+