diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
commit | 113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 (patch) | |
tree | e8f66c90bbf5fd25e373992147282f48d9d0619f /mutt | |
parent | 06f7d17e81de21a95e35b03453242bc62b05a6aa (diff) |
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/mutt_1.5.4i.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mutt/mutt_1.5.4i.oe b/mutt/mutt_1.5.4i.oe index eee1b057b5..319024f8c6 100644 --- a/mutt/mutt_1.5.4i.oe +++ b/mutt/mutt_1.5.4i.oe @@ -1,5 +1,11 @@ DEPENDS = "virtual/libc ncurses openssl" RDEPENDS = "libc6 libncurses5 libssl0" +DESCRIPTION = "Mutt is a small but very powerful text-based \ +MIME mail client. It is highly configurable, and is well-suited \ +to the mail power user with advanced features like key \ +bindings, keyboard macros, mail threading, regular expression \ +searches, and a powerful pattern matching language for selecting \ +groups of messages." SRC_URI := ftp://ftp.mutt.org/mutt/devel/mutt-1.5.4i.tar.gz \ http://mutt.kiev.ua/download/mutt-1.5.4/patch-1.5.4.rr.compressed.gz;patch=1 \ |