]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mtr/mtr_0.65.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / 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 MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
5 SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz"
6
7 inherit autotools
8
9 EXTRA_OECONF = "--without-gtk"
10
11 do_configure() {
12         oe_runconf
13 }