PKGNAME=mtr
PKGSEC=net
PKGDEP="jansson ncurses"
PKGDES="A network diagnostic tool that combines the functionality of traceroute and ping"

# FIXME: Do not specify --without-libasan, configure does not handle --without
# or =no declarations.
AUTOTOOLS_AFTER="--enable-ipv6 \
                 --enable-bash-completion \
                 --without-gtk \
                 --with-jansson \
                 --with-ncurses \
                 --with-ipinfo"

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
