# Description: MTR combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. # URL: http://bitwizard.nl/mtr/ # Packager: Malster Clover name=mtr version=0.69 release=1 source=(ftp://ftp.bitwizard.nl/mtr/$name-$version.tar.gz) build(){ cd $name-$version ./configure --prefix=/usr make make prefix=$PKG/usr install }