aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inetutils/inetutils_1.4.2.bb
blob: 37ff965838bed3e4b9443c0e696891e4a2ed5737 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SECTION = "libs"
DEPENDS = "ncurses fakeroot-native"
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."

PR = "r2"

SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \
	   file://configure.patch"

inherit autotools

EXTRA_OECONF = "--with-ncurses-include-dir=${STAGING_INCDIR}"

do_configure_prepend () {
	rm -f ${S}/glob/configure*
}

fakeroot do_install () {
	autotools_do_install
}

SRC_URI[md5sum] = "df0909a586ddac2b7a0d62795eea4206"
SRC_URI[sha256sum] = "9f001daa0f3d571ae35aac88f04d5dd982a14e90257e4dfb535c143fa18d5830"