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 /inetutils | |
parent | 06f7d17e81de21a95e35b03453242bc62b05a6aa (diff) |
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'inetutils')
-rw-r--r-- | inetutils/inetutils_1.4.2.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inetutils/inetutils_1.4.2.oe b/inetutils/inetutils_1.4.2.oe index 7bb181aa5e..b49cf5b311 100644 --- a/inetutils/inetutils_1.4.2.oe +++ b/inetutils/inetutils_1.4.2.oe @@ -1,6 +1,10 @@ DEPENDS = "virtual/libc ncurses" RDEPENDS = "libc6 ncurses" LICENSE = "GPL" +DESCRIPTION = "The GNU inetutils are a collection of common \ +networking utilities and servers including ftp, ftpd, rcp, \ +rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ +talkd, telnet, telnetd, tftp, tftpd, and uucpd." SRC_URI = ${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 |