mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 19:50:51 +02:00
pentoo-radio: add hackrf-tools
This commit is contained in:
parent
6c4121b758
commit
e6c53e60a1
2 changed files with 32 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
EBUILD pentoo-radio-2013.0-r2.ebuild 639 SHA256 1f609dd0e3c9b06d2efdffc245dd2c0c1f9011699b5ef2f555dc2b4e684997ee SHA512 826df23371965b5b9c4dadfd79d8d3a7d6c38a4f2fe9d73bb73675002a001a688db2feda669623cabf6a00d7ccf41ff5d833a07fca6feda03017b186c3f87fef WHIRLPOOL 57c809ed7c804fe98f40b1e2d500dce0360a99615208590d00741c5a1e4594d3299c67d09ea4bdfe5ebdf913cdba57b6985279d8a76a8d4452fd699146d18fda
|
||||
EBUILD pentoo-radio-2013.0-r3.ebuild 666 SHA256 c7bfaeefa7e7f06202fd65f9d3fa4703e4da5482edb720ab3089eb2fdb4d241d SHA512 402c5a4bf2d028d4687e2cbebb1243ae67e7efa3bebfb29df16c2ebf12b53f8d03a1ae0537aa7048a74c00a028e7bdb8b3108a5ea72435e1da85490c735ed9df WHIRLPOOL cf59815d2fd2514f252bdc87c3cc40a0c2f540f9a311addac40776721d0f285ca50956e746c24963c7bee057644947e18831c285109bca7a697bf7e1d3d4867c
|
||||
|
|
|
|||
31
pentoo/pentoo-radio/pentoo-radio-2013.0-r3.ebuild
Normal file
31
pentoo/pentoo-radio/pentoo-radio-2013.0-r3.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="radio tools for pentoo"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="net-wireless/gnuradio
|
||||
net-wireless/rtl-sdr
|
||||
net-wireless/op25
|
||||
net-wireless/gr-osmosdr
|
||||
net-wireless/chirp
|
||||
media-radio/fldigi
|
||||
net-wireless/gr-air-modes
|
||||
amd64? ( net-wireless/virtualradar-bin )
|
||||
net-wireless/uhd
|
||||
net-wireless/multimode
|
||||
net-wireless/gqrx
|
||||
net-analyzer/gsm-receiver
|
||||
net-wireless/hackrf-tools
|
||||
"
|
||||
#virtualradar is conditionalized because it requires mono and mono fails to build on x86
|
||||
Loading…
Reference in a new issue