add SoapySDR, CubicSDR
This commit is contained in:
1
net-wireless/rx_tools/Manifest
Normal file
1
net-wireless/rx_tools/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD rx_tools-9999.ebuild 556 SHA256 8ebfe0d3caea72e43bfb1723701e1c769d4cb20db481fe161c20f949a6764671 SHA512 061c436f1d05e2fc11e7fc313d34764c01ce8ff602870ed0cfb9e40d739200b8ea2d84e15705580b09e70db9e37ddb8e2306d1f42c707f8003b317f263bcc7ef WHIRLPOOL 6fa7d1f3e333a1bdcfa9fb08eecda73febc60cab76279e6c16ecc276dc59ee86c99be4375e439b0ebeb6f0e672872075be1c142572275d27fa2c08bede712a98
|
||||
34
net-wireless/rx_tools/rx_tools-9999.ebuild
Normal file
34
net-wireless/rx_tools/rx_tools-9999.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user