diff options
Diffstat (limited to 'recipes/mtr')
-rw-r--r-- | recipes/mtr/mtr_0.65.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mtr/mtr_0.65.bb b/recipes/mtr/mtr_0.65.bb new file mode 100644 index 0000000000..c7a437eccc --- /dev/null +++ b/recipes/mtr/mtr_0.65.bb @@ -0,0 +1,12 @@ +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" +SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz" + +inherit autotools + +EXTRA_OECONF = "--without-gtk" + +do_configure() { + oe_runconf +}
\ No newline at end of file |