Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / inetutils / inetutils_1.4.2.oe
1 SECTION = "libs"
2 DEPENDS = "ncurses"
3 LICENSE = "GPL"
4 DESCRIPTION = "The GNU inetutils are a collection of common \
5 networking utilities and servers including ftp, ftpd, rcp, \
6 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
7 talkd, telnet, telnetd, tftp, tftpd, and uucpd."
8
9 SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
10            file://configure.patch;patch=1"
11
12 inherit autotools
13
14 EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"
15
16 do_configure_prepend () {
17         rm -f ${S}/glob/configure*
18 }