summaryrefslogtreecommitdiff
path: root/mtr
diff options
context:
space:
mode:
Diffstat (limited to 'mtr')
-rw-r--r--mtr/.md5sum2
-rw-r--r--mtr/Pkgfile18
2 files changed, 12 insertions, 8 deletions
diff --git a/mtr/.md5sum b/mtr/.md5sum
index 155a5c548..a746743bc 100644
--- a/mtr/.md5sum
+++ b/mtr/.md5sum
@@ -1 +1 @@
-10601ea543fda3e51545c4bce195b64c mtr-0.82.tar.gz
+8d63592c9d4579ef20cf491b41843eb2 mtr-0.86.tar.gz
diff --git a/mtr/Pkgfile b/mtr/Pkgfile
index a26ebcdda..82477075b 100644
--- a/mtr/Pkgfile
+++ b/mtr/Pkgfile
@@ -1,19 +1,23 @@
-# Description: Matt's traceroute - network diagnostic tool
+# Description: Matt's traceroute - network diagnostic tool.
# URL: http://www.bitwizard.nl/mtr/
+# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
-# Depends on:
+# Depends on: ncurses
name=mtr
-version=0.82
+version=0.86
release=1
source=(ftp://ftp.bitwizard.nl/mtr/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --sbindir=/usr/bin \
- --without-gtk
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --sbindir=/usr/bin \
+ --without-gtk
+
make
make DESTDIR=$PKG install
}

Generated by cgit