mtr: 0.82 -> 0.86 picked up port
This commit is contained in:
parent
fb6a15b3f3
commit
aa52739fed
@ -1 +1 @@
|
||||
10601ea543fda3e51545c4bce195b64c mtr-0.82.tar.gz
|
||||
8d63592c9d4579ef20cf491b41843eb2 mtr-0.86.tar.gz
|
||||
|
18
mtr/Pkgfile
18
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user