mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
wireshark-sap-plugin: first standalone v0.2.2
This commit is contained in:
parent
b634a2437e
commit
073cbc5feb
3 changed files with 33 additions and 0 deletions
|
|
@ -1 +1,3 @@
|
|||
DIST wireshark-sap-plugin-0.2.2.tar.gz 138534 SHA256 b4803e907452158d0872551389e5b9af2a63c34576a36fdb99670ed35c667c51 SHA512 0ae4a88c059f9bb8877ef02acdde3306bd34dbc325cd939de238c91b2c40acd408bc003ce812ec83716a05c7e4ecebd11c76ae7cd8a91552bf9aa11093c6be2a WHIRLPOOL d37a9dc3f802e05709e3ce6340e1df10dece479743120ef422083e381fcd9942c3b73f5fec402c3b6ad6d82b9cf81bbf2df5be2ec2ee62a3e5fca4de1b76480c
|
||||
EBUILD wireshark-sap-plugin-0.2.2.ebuild 922 SHA256 b8f18f012abe4d052598cfc4fc5bb2ea1ae95d9427972d35e041c6fa20aa5b85 SHA512 f4702a820a7d7028e8908dcb360d7d36e0aae3b3262592a5a8a5db068c5973b1934a08e8dbb3b70f13e917c0ae5344f2f4e31ad6aa068f5766aba70422cbeeeb WHIRLPOOL ec76d6ef9c03a0111e75c062d5c2fcba897aace721208dd9a8827634e8d1ec4d266b4da922bb1e060756d04f447f932cc2db60b580208d0e070e536933970130
|
||||
EBUILD wireshark-sap-plugin-9999.ebuild 851 SHA256 b15552e5de5a6a834c61c89977a76e10f2566148aa200d382fdf1a3ee44ac57c SHA512 7ba8291282a9edbf3ee95a05ae9c7e3d85ed77899f38fa54cb3ed8e75dac565e91720db03dcf360191716f2faad9ea45da04fe86847c7cdea8e273c4920f77ad WHIRLPOOL ac3133a57e8e1fdbcce7f75e6db6ef520db5caa26fa9530720831fc2a23bde9fd4240de71c8352cb611e37dcc1c2fe8a4bae795f74c6295e0932a1c2ed0411b6
|
||||
|
|
|
|||
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils eutils multilib
|
||||
|
||||
DESCRIPTION="Wireshark plugin provides dissection on SAP's NI, Message Server, Router, Diag and Enqueue protocols"
|
||||
HOMEPAGE="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark"
|
||||
SRC_URI="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark/archive/v0.2.2.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=" ~amd64 ~arm ~x86"
|
||||
|
||||
RDEPEND="net-analyzer/wireshark:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/SAP-Dissection-plug-in-for-Wireshark-${PV}"
|
||||
|
||||
get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="/usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
|
@ -11,6 +11,8 @@ net-misc/portspoof
|
|||
#bug #537318
|
||||
~net-misc/openvpn-2.3.6
|
||||
|
||||
~net-misc/wireshark-sap-plugin-0.2.2
|
||||
|
||||
#below here likely needs cleanup
|
||||
net-misc/6tunnel
|
||||
net-misc/adjtimex
|
||||
|
|
|
|||
Loading…
Reference in a new issue