diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-08-05 21:48:22 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-08-05 21:48:22 +1000 |
commit | aa52739fedaa32a31d3bbf14f436fca3458f8596 (patch) | |
tree | 9bc91b813641f64bfcd6d5e85f30038a83bfab4a /mtr | |
parent | fb6a15b3f3dced415e92170c96ca36468a389217 (diff) | |
download | contrib-aa52739fedaa32a31d3bbf14f436fca3458f8596.tar.gz contrib-aa52739fedaa32a31d3bbf14f436fca3458f8596.tar.xz |
mtr: 0.82 -> 0.86 picked up port
Diffstat (limited to 'mtr')
-rw-r--r-- | mtr/.md5sum | 2 | ||||
-rw-r--r-- | mtr/Pkgfile | 18 |
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 } |