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,35 @@
# 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 RTL-SDR"
HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR"
SRC_URI=""
EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR"
KEYWORDS=""
LICENSE="MIT"
SLOT="0/${PV}"
IUSE=""
RDEPEND="net-wireless/soapysdr
net-wireless/rtl-sdr"
DEPEND=""
REQUIRED_USE=""
src_prepare() {
epatch_user
}
src_configure() {
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}