diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-29 01:40:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-29 01:40:32 +0000 |
commit | 55ecffedda704288209021ec394d668c888ff4e0 (patch) | |
tree | 0361f571171e3e52fa972ea8649b0118ca014db7 /readline | |
parent | 9b7e3d1f85d1fe1c40ca3a7b2012c07b6e700b05 (diff) |
add fam (file alteration monitor)
BKrev: 40414310PTvIgb0Z0kXRUQQoYVFDOQ
Diffstat (limited to 'readline')
-rw-r--r-- | readline/readline_4.3.oe | 10 |
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 \ |