mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 04:00:54 +02:00
dump1090_sdrplus: add optional flags
This commit is contained in:
parent
d605d60d3a
commit
bb07b29b54
1 changed files with 8 additions and 9 deletions
|
|
@ -1,9 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
#inherit toolchain-funcs eutils
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Mode S decoder for (SDR) devices including RTL SDR, HackRF, Airspy and SDRplay"
|
||||
HOMEPAGE="https://github.com/itemir/dump1090_sdrplus"
|
||||
|
|
@ -21,12 +19,13 @@ fi
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
IUSE="airspy hackrf rtlsdr sdrplay"
|
||||
|
||||
RDEPEND="net-wireless/rtl-sdr:=
|
||||
net-libs/libhackrf
|
||||
net-wireless/airspy
|
||||
net-wireless/sdrplay
|
||||
RDEPEND="
|
||||
airspy? ( net-wireless/airspy )
|
||||
hackrf? ( net-libs/libhackrf )
|
||||
rtlsdr? ( net-wireless/rtl-sdr:= )
|
||||
sdrplay? ( net-wireless/sdrplay )
|
||||
media-libs/soxr"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue