diff options
Diffstat (limited to 'fetchmail')
-rw-r--r-- | fetchmail/fetchmail_6.2.3.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail/fetchmail_6.2.3.oe b/fetchmail/fetchmail_6.2.3.oe index 7f5c3f36db..68286ec024 100644 --- a/fetchmail/fetchmail_6.2.3.oe +++ b/fetchmail/fetchmail_6.2.3.oe @@ -1,5 +1,9 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" +DESCRIPTION = "Fetchmail is a free, full-featured, robust, \ +well-documented remote-mail retrieval and forwarding utility \ +intended to be used over on-demand TCP/IP links \ +(such as SLIP or PPP connections)." SRC_URI = http://catb.org/~esr/fetchmail/fetchmail-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 |