mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
btle-sniffer: bump
This commit is contained in:
parent
32a4b5bc9b
commit
358140f9a8
4 changed files with 36 additions and 3 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST btle-sniffer-0.2.tar.gz 863342 BLAKE2B 357484f9f88b33e8cdc0235aa0cd4466988b603a830697af5afb93c181171851c9f1ed7f95779484c9e28b0d3129fe36b9bb48a40ad1a34563ff35ad9db380b8 SHA512 c4eaad98d7bc41e8dcd993037b670a890b49ff681657c123b0b58fd615084a404a1cb8580fb3dcef8f7cd0c922d777a9d95f4cd1208a49ccc7d9dce141c29aa6
|
||||
DIST btle-sniffer-0.2_p20200129.tar.gz 3444398 BLAKE2B 50f8991af7c13872d90249979800e3ef7d6dba8a5665b6bb735c6bdf55f369af41237b4c75ce60b815dd5188dac456b5cd70fd502232ad526f6e71a2efadfe15 SHA512 108b6468a9b2aa245743aff2aa8e1cb31852a967b7863e26223a06b69f2f60f8c80a2a80ffdf5c8be0ce434696dd4af19b79dbea283f810438348f9f71fc1a43
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A BTLE (Bluetooth Low energy)/BT4.0 radio packet sniffer/scanner and sender"
|
||||
HOMEPAGE="http://sdr-x.github.io/BTLE-SNIFFER/"
|
||||
HASH_COMMIT=
|
||||
SRC_URI="https://github.com/JiaoXianjun/BTLE/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
|
|
|||
31
net-wireless/btle-sniffer/btle-sniffer-0.2_p20200129.ebuild
Normal file
31
net-wireless/btle-sniffer/btle-sniffer-0.2_p20200129.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Bluetooth radio packet sniffer/scanner and sender"
|
||||
HOMEPAGE="http://sdr-x.github.io/BTLE-SNIFFER/ https://github.com/JiaoXianjun/BTLE"
|
||||
HASH_COMMIT=6384cb05285f38cda79a1cd4c91021b2b3dd34b2
|
||||
SRC_URI="https://github.com/JiaoXianjun/BTLE/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="bladerf +hackrf"
|
||||
|
||||
DEPEND="hackrf? ( net-libs/libhackrf )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
REQUIRED_USE="^^ ( bladerf hackrf )"
|
||||
|
||||
S="${WORKDIR}/BTLE-${HASH_COMMIT}/host"
|
||||
|
||||
src_configure() {
|
||||
#without -DUSE_BLADERF=1 means HACKRF will be used by default
|
||||
local mycmakeargs=(
|
||||
$(usex bladerf -DUSE_BLADERF=1)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
|
@ -18,6 +18,7 @@ net-wireless/nfcpy
|
|||
net-wireless/eaphammer
|
||||
|
||||
net-wireless/blue_hydra
|
||||
net-wireless/btle-sniffer
|
||||
|
||||
#most of the pentoo-radio stuff has no stable at all so it all lives in here for now
|
||||
net-wireless/airspy
|
||||
|
|
|
|||
Loading…
Reference in a new issue