add SoapySDR, CubicSDR

This commit is contained in:
Florian Tham
2017-06-21 21:04:01 +02:00
parent 10d101a856
commit 93edf56920
12 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD soapy-sdrplay-9999.ebuild 545 SHA256 9e5f8be0b2c133714dd057874ec21b8b3efaab43f1b316181a3145206997391f SHA512 f9acebd3d9e32ceb6f1a2e4eb4d2d4a7e1f82ca907bffbcb0ae108afd36e558a581a2435816c513d2f5d14b3c3270e2b9b309cfaae5be746022fe9390b9c7fd7 WHIRLPOOL fa9e16366e1b3a9d729d88058df8457749a1a8c511592f69f13e0d2710fbabe4ba1ebc81f2b4ff71fc3ec16ef093c6cc9b70344a94910e861dfa8da683c61058

View File

@@ -0,0 +1,34 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils git-r3
DESCRIPTION="SoapySDR Plugin for SDRPlay"
HOMEPAGE="https://github.com/pothosware/SoapySDRPlay"
SRC_URI=""
EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay"
KEYWORDS=""
LICENSE="MIT"
SLOT="0/${PV}"
IUSE=""
RDEPEND="net-wireless/soapysdr"
DEPEND=""
REQUIRED_USE=""
src_prepare() {
epatch_user
}
src_configure() {
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}