mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
soapy support, I just love adding soapy backends
This commit is contained in:
parent
c02a8da7f9
commit
8a9001fc3b
7 changed files with 114 additions and 0 deletions
1
net-wireless/soapybladerf/Manifest
Normal file
1
net-wireless/soapybladerf/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST soapybladerf-0.3.2.tar.gz 25428 SHA256 e97d849ab80dfe3142c072a0709693184db9b521e17241882f47f93744d762d7 SHA512 39a4d2b0e7835c2fb8a0f63f566d332758b4c75bd460d185f0fcfc8a60841defe47ca082fc30e5bbdad3db26649a06767080799cbcde02fd087e522dfdb4a01b WHIRLPOOL de18ae3c4423d6e6876e38f8a9708a18bdcc84e88e2bfcc92552d3ac5ceaa59ac9a3c246fdb5906e0052cc83009ac625f459b710c82bd4b1e64cf820cd38db80
|
||||
27
net-wireless/soapybladerf/soapybladerf-0.3.2.ebuild
Normal file
27
net-wireless/soapybladerf/soapybladerf-0.3.2.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Soapy SDR plugin for the Blade RF "
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyBladeRF"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/SoapyBladeRF-soapy-bladerf-"${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-wireless/bladerf:="
|
||||
DEPEND="${RDEPEND}"
|
||||
27
net-wireless/soapybladerf/soapybladerf-9999.ebuild
Normal file
27
net-wireless/soapybladerf/soapybladerf-9999.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Soapy SDR plugin for the Blade RF "
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyBladeRF"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/SoapyBladeRF-soapy-bladerf-"${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-wireless/bladerf:="
|
||||
DEPEND="${RDEPEND}"
|
||||
1
net-wireless/soapyuhd/Manifest
Normal file
1
net-wireless/soapyuhd/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST soapyuhd-0.3.2.tar.gz 30368 SHA256 7934ba2a8afa79d960e07bd55a983e3eaa68e0c9b36378d929fe249a026308ca SHA512 366bdff96773d30b3003aa7715f5fa47b69c9c2a048763c19c6e941830cf89f7afe65a25c54f4f4689fb9697b4294b2e4c8f04d13d53a3c83a8b0816f8a1eef3 WHIRLPOOL 7d0e64d1d2aa851d18242b53721e06b0a9e72f21fd6149a32e9a3eb061b7a24aa9b242ba386781863fdec704f045e2459d037c826e9b630dc4abdc7481752dbd
|
||||
28
net-wireless/soapyuhd/soapyuhd-0.3.2.ebuild
Normal file
28
net-wireless/soapyuhd/soapyuhd-0.3.2.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyUHD"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-wireless/uhd:=
|
||||
dev-libs/boost:="
|
||||
DEPEND="${RDEPEND}"
|
||||
28
net-wireless/soapyuhd/soapyuhd-9999.ebuild
Normal file
28
net-wireless/soapyuhd/soapyuhd-9999.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Soapy SDR plugins for UHD supported SDR devices "
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyUHD"
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git"
|
||||
inherit git-r3
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/SoapyUHD-soapy-uhd-"${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-wireless/uhd:=
|
||||
dev-libs/boost:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -2,6 +2,8 @@ net-wireless/rx_tools
|
|||
net-wireless/soapysdr
|
||||
net-wireless/soapyhackrf
|
||||
net-wireless/soapyrtlsdr
|
||||
net-wireless/soapyuhd
|
||||
net-wireless/soapybladerf
|
||||
net-wireless/soapy_power
|
||||
net-wireless/qspectrumanalyzer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue