diff --git a/packages/net-misc/fping/fping-4.1.exheres-0 b/packages/net-misc/fping/fping-4.1.exheres-0 deleted file mode 100644 index 83f981a7..00000000 --- a/packages/net-misc/fping/fping-4.1.exheres-0 +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY="An alternative to ping, which is better to ping multiple hosts" -HOMEPAGE="https://fping.org" -DOWNLOADS="https://fping.org/dist/${PNV}.tar.gz" -PLATFORMS="~amd64" - -SLOT="0" - -src_install() { - default - - edo chmod u+s ${IMAGE}/usr/$(exhost --target)/bin/fping -} diff --git a/packages/net-misc/fping/fping-5.1.exheres-0 b/packages/net-misc/fping/fping-5.1.exheres-0 new file mode 100644 index 00000000..dda2f14b --- /dev/null +++ b/packages/net-misc/fping/fping-5.1.exheres-0 @@ -0,0 +1,31 @@ +# Copyright 2022 Dolan Dolan +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="An alternative to ping, which is better to ping multiple hosts" +HOMEPAGE="https://fping.org" +DOWNLOADS="https://fping.org/dist/${PNV}.tar.gz" +PLATFORMS="~amd64 ~x86" + +DEPENDENCIES=" + build: + dev-lang/perl:* [[ note = [ pod2man required for manpage generation ] ]] +" + +SLOT="0" + +DEFAULT_SRC_CONFIGURE_PARAMS() { + --disable-dependency-tracking + --disable-maintainer-mode + --disable-safe-limits + --disable-silent-rules + --enable-ipv4 + --enable-ipv6 + --enable-option-checking + --enable-timestamp +} + +src_install() { + default + + edo chmod u+s ${IMAGE}/usr/$(exhost --target)/bin/fping +}