mtr: 0.82 -> 0.86 picked up port

This commit is contained in:
Danny Rawlins 2015-08-05 21:48:22 +10:00
parent fb6a15b3f3
commit aa52739fed
2 changed files with 12 additions and 8 deletions

View File

@ -1 +1 @@
10601ea543fda3e51545c4bce195b64c mtr-0.82.tar.gz
8d63592c9d4579ef20cf491b41843eb2 mtr-0.86.tar.gz

View File

@ -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
}