mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
dump1090_sdrplus: initial version
This commit is contained in:
parent
d8d89aa571
commit
f7a3aad79e
3 changed files with 42 additions and 0 deletions
1
net-wireless/dump1090_sdrplus/Manifest
Normal file
1
net-wireless/dump1090_sdrplus/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST dump1090_sdrplus-20190812.tar.gz 749292 BLAKE2B 898ad521bfc2ecb388c9182553033507e0c3587a8004d644c0a83917cbd1e1b4bda47f5ad6e92586a63d2187867be4c22f0dd8ac3adb1f28c7fbfb6bea3c7ba4 SHA512 e05372e3a0a83370b1541bcd30555477ab5c47deeb74c1e5788af3ba0bad2c65f4177ce7a40999844bd84a53e28b544bab2b53e4bc1faa7584fd79d0b4c3e9d7
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
#inherit toolchain-funcs eutils
|
||||
|
||||
DESCRIPTION="Mode S decoder for (SDR) devices including RTL SDR, HackRF, Airspy and SDRplay"
|
||||
HOMEPAGE="https://github.com/itemir/dump1090_sdrplus"
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/itemir/${PN}.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
HASH_COMMIT="2ca82d03e7fb8016cf53627c1d617d21ac010760"
|
||||
SRC_URI="https://github.com/itemir/dump1090_sdrplus/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/rtl-sdr:=
|
||||
net-libs/libhackrf
|
||||
net-wireless/airspy
|
||||
net-wireless/sdrplay
|
||||
media-libs/soxr"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
newbin dump1090 ${PN}
|
||||
dodoc README.md
|
||||
}
|
||||
|
|
@ -64,6 +64,10 @@ net-wireless/urh
|
|||
net-wireless/rfidler
|
||||
|
||||
net-wireless/dump1090
|
||||
|
||||
net-wireless/dump1090_sdrplus
|
||||
=net-wireless/sdrplay-2.13*
|
||||
|
||||
net-wireless/wireless-regdb
|
||||
|
||||
net-wireless/blueman
|
||||
|
|
|
|||
Loading…
Reference in a new issue