summaryrefslogtreecommitdiffstats
path: root/mtr-cli/PKGBUILD
blob: 8ff75d05054c640d9b1cf532132989e83a5e6ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id$
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>

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')