aboutsummaryrefslogtreecommitdiffstats
path: root/packages/inetutils
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2008-02-02 20:07:58 +0000
committerMike Westerhof <mwester@dls.net>2008-02-02 20:07:58 +0000
commite3e8f31ef232a80edd2556edc87bd4a09c373a64 (patch)
tree21f1948329f4027a9fe02807fe25dc08b8cc61ba /packages/inetutils
parentc13773acfc8d0aae1cf60b93bd129f0452752695 (diff)
downloadopenembedded-e3e8f31ef232a80edd2556edc87bd4a09c373a64.tar.gz
inetutils: bumped up to latest upstream revision
Diffstat (limited to 'packages/inetutils')
-rw-r--r--packages/inetutils/inetutils_1.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/inetutils/inetutils_1.5.bb b/packages/inetutils/inetutils_1.5.bb
new file mode 100644
index 0000000000..0971e58967
--- /dev/null
+++ b/packages/inetutils/inetutils_1.5.bb
@@ -0,0 +1,17 @@
+SECTION = "libs"
+DEPENDS = "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"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
+
+do_configure_prepend () {
+ rm -f ${S}/glob/configure*
+}