@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := mtr
PKG_NAME := mtr
PKG_VERSION := 0.92
PKG_VERSION := 0.92
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_MAINTAINER := Jonathan McCrohan <jmccrohan@gmail.com>
PKG_MAINTAINER := Jonathan McCrohan <jmccrohan@gmail.com>
@ -32,7 +32,7 @@ define Package/mtr
CATEGORY:= Network
CATEGORY:= Network
DEPENDS:= +libncurses
DEPENDS:= +libncurses
TITLE:= Full screen ncurses traceroute tool
TITLE:= Full screen ncurses traceroute tool
URL:= http://www.bitwizard.nl/mtr/
URL:= https ://www.bitwizard.nl/mtr/
e n d e f
e n d e f
d e f i n e P a c k a g e / m t r / d e s c r i p t i o n
d e f i n e P a c k a g e / m t r / d e s c r i p t i o n
@ -48,25 +48,17 @@ endef
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--without-gtk \
--without-gtk \
--without-glib \
$( call autoconf_bool,CONFIG_IPV6,ipv6)
$( call autoconf_bool,CONFIG_IPV6,ipv6)
d e f i n e B u i l d / C o n f i g u r e
d e f i n e B u i l d / C o n f i g u r e
( cd $( PKG_BUILD_DIR) ; touch \
configure.in \
aclocal.m4 \
Makefile.in \
img/Makefile.in \
stamp-h.in \
config.h.in \
configure \
) ;
echo $( PKG_VERSION) > .tarball-version
$( call Build/Configure/Default)
$( call Build/Configure/Default)
e n d e f
e n d e f
d e f i n e P a c k a g e / m t r / i n s t a l l
d e f i n e P a c k a g e / m t r / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/mtr $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/mtr $( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/mtr-packet $( 1) /usr/sbin/
e n d e f
e n d e f
$( eval $ ( call BuildPackage ,mtr ) )
$( eval $ ( call BuildPackage ,mtr ) )