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 rx_tools-9999.ebuild 556 SHA256 8ebfe0d3caea72e43bfb1723701e1c769d4cb20db481fe161c20f949a6764671 SHA512 061c436f1d05e2fc11e7fc313d34764c01ce8ff602870ed0cfb9e40d739200b8ea2d84e15705580b09e70db9e37ddb8e2306d1f42c707f8003b317f263bcc7ef WHIRLPOOL 6fa7d1f3e333a1bdcfa9fb08eecda73febc60cab76279e6c16ecc276dc59ee86c99be4375e439b0ebeb6f0e672872075be1c142572275d27fa2c08bede712a98

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="Receive data from SDR using the SoapySDR framework"
HOMEPAGE="https://github.com/rxseger/rx_tools"
SRC_URI=""
EGIT_REPO_URI="https://github.com/rxseger/rx_tools"
KEYWORDS=""
LICENSE="GPL-2"
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
}