summaryrefslogtreecommitdiffstats
path: root/mtr-cli
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-03-01 20:37:34 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-03-01 20:39:39 +0100
commit351991ce3e10dfae9cf57e7cf79fcca9b01c585b (patch)
treeb04cbcb9316474b71c8ba8570661cacee07dcb2d /mtr-cli
parentfb7ca9fcebda89c0f78dbc8200e35c4dd5d7c71d (diff)
downloadaur-packages-351991ce3e10dfae9cf57e7cf79fcca9b01c585b.tar.gz
aur-packages-351991ce3e10dfae9cf57e7cf79fcca9b01c585b.tar.xz
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'mtr-cli')
-rw-r--r--mtr-cli/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/mtr-cli/PKGBUILD b/mtr-cli/PKGBUILD
index bde81eb..9db3001 100644
--- a/mtr-cli/PKGBUILD
+++ b/mtr-cli/PKGBUILD
@@ -3,18 +3,19 @@
pkgname=mtr-cli
pkgver=0.75
-pkgrel=4
+pkgrel=5
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/"
md5sums=('23baca52d0922c2ecba7eba05317868c')
build() {
cd "${srcdir}/mtr-${pkgver}"
- ./configure --prefix=/usr --disable-gtk2 || return 1
+ ./configure --prefix=/usr --disable-gtktest --without-gtk || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}