add plugin(streamtvplayer)
[vuplus_openembedded] / recipes / mtr / mtr_0.65.bb
1 DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool."
2 HOMEPAGE = "http://www.bitwizard.nl/mtr/"
3 LICENSE = "GPLv2"
4 SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz"
5
6 inherit autotools
7
8 EXTRA_OECONF = "--without-gtk"
9
10 do_configure() {
11         oe_runconf
12 }