Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-misc/fping: Update to 5.1 from 4.1 #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions packages/net-misc/fping/fping-4.1.exheres-0

This file was deleted.

31 changes: 31 additions & 0 deletions packages/net-misc/fping/fping-5.1.exheres-0
Original file line number Diff line number Diff line change
@@ -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
}