1
0
forked from ports/contrib
contrib/mtr/Pkgfile

22 lines
400 B
Plaintext
Raw Normal View History

2015-08-05 21:48:22 +10:00
# Description: Matt's traceroute - network diagnostic tool.
2008-11-11 15:43:34 +02:00
# URL: http://www.bitwizard.nl/mtr/
2015-08-05 21:48:22 +10:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: ncurses
2008-11-11 15:43:34 +02:00
name=mtr
2018-02-21 22:49:28 +11:00
version=0.92
2008-11-11 15:43:34 +02:00
release=1
source=(ftp://ftp.bitwizard.nl/mtr/$name-$version.tar.gz)
build() {
cd $name-$version
2015-08-05 21:48:22 +10:00
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--without-gtk
2008-11-11 15:43:34 +02:00
make
make DESTDIR=$PKG install
}