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

# source: james
TARBALL=mtr-$PKGVER.tar.bz2
MD5SUM=e48ee0b68081f1e2fb555c0a8dd5ceea
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$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
}


