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

tcpslice, re-add autoreconf as per request #10190

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions net-analyzer/tcpslice/tcpslice-1.7.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ DESCRIPTION="TCPslice is a tool for extracting portions of packet trace files ge
tcpdump's -w flag. It can combine multiple trace files, and/or extract portions of one or more \
traces based on time. TCPslice originally comes from LBL and now is maintained by The Tcpdump Group."
HOMEPAGE="https://www.tcpdump.org/"
COPYRIGHT="2021 The Tcpdump Group"
COPYRIGHT="2024 The Tcpdump Group"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.tcpdump.org/release/tcpslice-$portVersion.tar.xz"
CHECKSUM_SHA256="708238c640c393c7b850b46959a4d3221106f525acfd8a9f297cfd5f500962e0"

Expand Down Expand Up @@ -34,7 +34,7 @@ BUILD_REQUIRES="
devel:libpcap$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:awk
cmd:autoreconf
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
Expand Down