net-wireless/ice9-bluetooth-sniffer - 9999 (pentoo)

Search

Install

Install this version:

emerge -a =net-wireless/ice9-bluetooth-sniffer-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-wireless/ice9-bluetooth-sniffer-9999

Or alternatively:

emerge --autounmask-write -a =net-wireless/ice9-bluetooth-sniffer-9999

Package Information

Description:
Wireshark Bluetooth sniffer for HackRF, BladeRF, and USRP
Homepage:
https://github.com/mikeryan/ice9-bluetooth-sniffer
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Wireshark Bluetooth sniffer for HackRF, BladeRF, and USRP"
HOMEPAGE="https://github.com/mikeryan/ice9-bluetooth-sniffer"

LICENSE="GPL-2"
SLOT="0"
if [ "${PV}" = "9999" ]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/mikeryan/ice9-bluetooth-sniffer.git"
else
	SRC_URI="https://github.com/mikeryan/ice9-bluetooth-sniffer/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

DEPEND="
	net-libs/libhackrf:=
	net-libs/liquid-dsp
	net-wireless/bladerf:=
	net-wireless/uhd:=
	sci-libs/fftw:3.0=
	dev-util/xxd:=
"
RDEPEND="${DEPEND}"
BDEPEND=""

src_configure() {
	local mycmakeargs=(
		-DEXTCAP_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/wireshark"
	)
	cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

	net-libs/libhackrf:=
	net-libs/liquid-dsp
	net-wireless/bladerf:=
	net-wireless/uhd:=
	sci-libs/fftw:3.0=
	dev-util/xxd:=

RDEPEND

	net-libs/libhackrf:=
	net-libs/liquid-dsp
	net-wireless/bladerf:=
	net-wireless/uhd:=
	sci-libs/fftw:3.0=
	dev-util/xxd:=