mtr.paketlendi

This commit is contained in:
milisman 2017-02-05 19:46:54 +02:00
parent b0df4b979d
commit 4ac1740eb4
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Description: Matt's traceroute - ağ test aracı
# URL: http://www.bitwizard.nl/mtr/
# Packager: milisarge
# Depends on:
name=mtr
version=0.87
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
make
make DESTDIR=$PKG install
}