aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mtr/mtr_0.65.bb
blob: 2f6a79cc210b87ce5dcd3cf9abdfaef2043e8823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool."
HOMEPAGE = "http://www.bitwizard.nl/mtr/"
LICENSE = "GPLv2"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz"

inherit autotools

EXTRA_OECONF = "--without-gtk"

do_configure() {
	oe_runconf
}