### this file is sourced not run
PKGVER=0.9.2.2018.06
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=mtr-20180615.tar.bz2
MD5SUM=6375322be9f4474b71fdf0e2f6b68701
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="mtr: mtr $PKGVER (Network Diagnostic)
mtr: 
mtr: mtr combines the functionality of the 'traceroute' and 'ping' 
mtr: programs in a single network diagnostic tool. As mtr starts, it 
mtr: investigates the network connection between the host mtr runs on and 
mtr: a user-specified destination host. After it determines the address of 
mtr: each network hop between the machines, it sends a sequence ICMP ECHO 
mtr: requests to each one to determine the quality of the link to each 
mtr: machine. As it does this, it prints running statistics about each 
mtr: machine.
mtr: http://www.bitwizard.nl/mtr/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/mtr*
	./bootstrap.sh &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


