summaryrefslogtreecommitdiff
path: root/packages/inetutils/inetutils_1.5.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-02-04 16:47:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-02-04 16:47:52 +0000
commit9073ab1abc3a193ba968f8bdebdd32c2c063a904 (patch)
treefa6c08591ad2eeb20c091f752fa4caf4cbc971fb /packages/inetutils/inetutils_1.5.bb
parentf1137491d832b77436448bd942bc0c42df6488d4 (diff)
parent51b34dcb5a457c204776c6602838c6bad4c5946e (diff)
merge of '3a89dabf7f758f7d9957d9dfebb5e383d9096d6e'
and 'fe3ce31a0e6060324326d5a27cdba01788c95b7b'
Diffstat (limited to 'packages/inetutils/inetutils_1.5.bb')
-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*
+}