add SoapySDR, CubicSDR
This commit is contained in:
1
net-wireless/soapy-rtlsdr/Manifest
Normal file
1
net-wireless/soapy-rtlsdr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD soapy-rtlsdr-9999.ebuild 565 SHA256 e5e35cfcd267aa6da42c792867b3b8b6dbe1c764efc23e640162ff7a558516cd SHA512 7f88c855a294cf61168fcc6b0b094b6ee984e23d00657d1074c2f41cf4caf1dad486919aa36c9feb1d49a94e662b07c6a86ac7861ce564341d0cb229cdefc825 WHIRLPOOL acc73f9a89341706d0e9a21b2db87d326f39a4653089bd437d5ecbf8a144f9c9d96f4f724b99271ae89330b0077ed94a6dd82cb4707c054d823bb144a12ed246
|
||||
35
net-wireless/soapy-rtlsdr/soapy-rtlsdr-9999.ebuild
Normal file
35
net-wireless/soapy-rtlsdr/soapy-rtlsdr-9999.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user