# $Id$ # Maintainer: Douglas Soares de Andrade pkgname=mtr-cli pkgver=0.76 pkgrel=1 pkgdesc="Combines the functionality of traceroute and ping into one tool" arch=('i686' 'x86_64') license=('GPL') depends=('ncurses>=5.7') conflicts=('mtr') source=(ftp://ftp.bitwizard.nl/mtr/mtr-${pkgver}.tar.gz) url="http://www.bitwizard.nl/mtr/" build() { cd "${srcdir}/mtr-${pkgver}" autoconf sh ./configure --prefix=/usr --disable-gtktest --without-gtk || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 } md5sums=('15b775b84a93f9584bfcda0342ddba8c') sha1sums=('0cf4ef255a1d1885fb4411c2a886e33040914b31')