mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
tcpslice, move to official URI (#10189)
This commit is contained in:
@@ -2,13 +2,12 @@ SUMMARY="Extract and concatenate portions of pcap files"
|
||||
DESCRIPTION="TCPslice is a tool for extracting portions of packet trace files generated using \
|
||||
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://github.com/the-tcpdump-group/tcpslice"
|
||||
HOMEPAGE="https://www.tcpdump.org/"
|
||||
COPYRIGHT="2021 The Tcpdump Group"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/tcpslice-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9bf6a2fd00572f2d931c9bc2ea099d55bd88fa246876fa3293d57e9410e1c007"
|
||||
SOURCE_DIR="tcpslice-tcpslice-$portVersion"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://www.tcpdump.org/release/tcpslice-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="708238c640c393c7b850b46959a4d3221106f525acfd8a9f297cfd5f500962e0"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -35,7 +34,7 @@ BUILD_REQUIRES="
|
||||
devel:libpcap$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoreconf
|
||||
cmd:awk
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
@@ -43,7 +42,6 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure
|
||||
|
||||
make $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user