summaryrefslogtreecommitdiff
path: root/net-analyzer/tcpslice/tcpslice-1.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/tcpslice/tcpslice-1.7.ebuild')
-rw-r--r--net-analyzer/tcpslice/tcpslice-1.7.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-analyzer/tcpslice/tcpslice-1.7.ebuild b/net-analyzer/tcpslice/tcpslice-1.7.ebuild
new file mode 100644
index 000000000000..addd46fe7ec6
--- /dev/null
+++ b/net-analyzer/tcpslice/tcpslice-1.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/tcpdump.asc"
+inherit verify-sig
+
+DESCRIPTION="Extract and concatenate portions of pcap files"
+HOMEPAGE="http://www.tcpdump.org/ https://github.com/the-tcpdump-group/tcpslice"
+SRC_URI="
+ https://www.tcpdump.org/release/${P}.tar.xz
+ verify-sig? ( https://www.tcpdump.org/release/${P}.tar.xz.sig )
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}"
+BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tcpdump-20240308 )"