blob: c046499a2fd7bd96cd5c19a0153f8720a1764f07 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Combined traceroute and ping utility"
2DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool."
3HOMEPAGE = "http://www.bitwizard.nl/mtr/"
4SECTION = "net"
5DEPENDS = "ncurses"
6
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
Brad Bishop868407c2019-11-04 13:24:47 -05009 file://ui/mtr.c;beginline=5;endline=16;md5=00a894a39d53726a27386534d1c4e468"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
Andrew Geisslerbbbd5f42020-10-30 15:42:48 -050011SRCREV = "2c73cbf4094e4eed343ed11ae5bab2580f3122d1"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012SRC_URI = "git://github.com/traviscross/mtr"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17
18EXTRA_OECONF = "--without-gtk"
19
20PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
21PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
22
23PACKAGES += "${PN}-bash-completions"
24
Patrick Williams213cb262021-08-07 19:21:33 -050025FILES:${PN}-bash-completions = "${datadir}/bash-completion/"