@ -9,12 +9,12 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := iputils
PKG_VERSION := 20210202
PKG_VERSION := 20211215
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://codeload.github.com/iputils/iputils/tar.gz/$( PKG_VERSION) ?
PKG_HASH := 3f557ecfd2ace873801231d2c1f42de73ced9fbc1ef3a438d847688b5fb0e8ab
PKG_HASH := b6f67fc705490673ff4471d006221b4a2f1b1180b929d9fefd771352621ccedf
PKG_BUILD_DIR := $( BUILD_DIR) /iputils-$( PKG_VERSION)
PKG_MAINTAINER := Noah Meyerhans <frodo@morgul.net>
@ -38,7 +38,7 @@ MESON_ARGS += \
-DBUILD_ARPING= true \
-DBUILD_CLOCKDIFF= true \
-DBUILD_TRACEPATH= true \
-DBUILD_TFTPD = true
-DSKIP_TESTS = true
d e f i n e P a c k a g e / i p u t i l s / D e f a u l t
SECTION:= net
@ -128,24 +128,7 @@ ifdef CONFIG_TRACEPATH_LEGACY_SYMLINKS
e n d i f
e n d e f
### tftp
d e f i n e P a c k a g e / i p u t i l s - t f t p d
$( call Package/iputils/Default)
TITLE:= iputils-tftpd
e n d e f
d e f i n e P a c k a g e / i p u t i l s - t f t p d / d e s c r i p t i o n
Trivial File Transfer Protocol server
e n d e f
d e f i n e P a c k a g e / i p u t i l s - t f t p d / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/tftpd $( 1) /usr/sbin/
e n d e f
$( eval $ ( call BuildPackage ,iputils -ping ) )
$( eval $ ( call BuildPackage ,iputils -arping ) )
$( eval $ ( call BuildPackage ,iputils -clockdiff ) )
$( eval $ ( call BuildPackage ,iputils -tracepath ) )
$( eval $ ( call BuildPackage ,iputils -tftpd ) )