add SoapySDR, CubicSDR
This commit is contained in:
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