summaryrefslogtreecommitdiff
path: root/readline/readline_4.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'readline/readline_4.3.oe')
-rw-r--r--readline/readline_4.3.oe10
1 files changed, 7 insertions, 3 deletions
diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe
index cbbe8c0f23..aea5c9e897 100644
--- a/readline/readline_4.3.oe
+++ b/readline/readline_4.3.oe
@@ -1,7 +1,11 @@
-SECTION="libs"
-PRIORITY="optional"
+DESCRIPTION=The GNU Readline library provides a set of functions for use by applications that allow users to edit \
+command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes \
+additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \
+lines, and perform csh-like history expansion on previous commands.
+SECTION=libs
+PRIORITY=optional
MAINTAINER="Greg Gilbert <greg@treke.net>"
-RDEPENDS="libc6"
+RDEPENDS=libc6
DEPENDS=virtual/libc
SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \