add SoapySDR, CubicSDR
This commit is contained in:
1
net-wireless/soapy-remote/Manifest
Normal file
1
net-wireless/soapy-remote/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD soapy-remote-9999.ebuild 541 SHA256 fbbfb70887f0c36cd5a80f14be743f328de9ce3798f2a8242a77387a9029c91c SHA512 e5c55def9c74d21a5a24c4dc54db378eb5268cb167c52af34aa3dd1a02051c4785b5b46b1f027a3049275283797a0bb39178a0941e62f9450c03e93b2676688c WHIRLPOOL b2f2481157d1b1438c909b9d77cfa77e8dc1cb02141892318411905670bc6dd382e40a6f8cac61fb62fe18cdac9b2a268d02f24d55ff7b6aabe220ac73feb0cc
|
||||
34
net-wireless/soapy-remote/soapy-remote-9999.ebuild
Normal file
34
net-wireless/soapy-remote/soapy-remote-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="SoapySDR Remote Support"
|
||||
HOMEPAGE="https://github.com/pothosware/SoapyRemote"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/pothosware/SoapyRemote"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="Boost"
|
||||
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