commit aa52739fedaa32a31d3bbf14f436fca3458f8596 Author: Danny Rawlins <monster.romster@gmail.com> Date: Wed Aug 5 21:48:22 2015 +1000 mtr: 0.82 -> 0.86 picked up port diff --git a/mtr/.md5sum b/mtr/.md5sum index 155a5c5..a746743 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 a26ebcd..8247707 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 }