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 soapy-remote-9999.ebuild 541 SHA256 fbbfb70887f0c36cd5a80f14be743f328de9ce3798f2a8242a77387a9029c91c SHA512 e5c55def9c74d21a5a24c4dc54db378eb5268cb167c52af34aa3dd1a02051c4785b5b46b1f027a3049275283797a0bb39178a0941e62f9450c03e93b2676688c WHIRLPOOL b2f2481157d1b1438c909b9d77cfa77e8dc1cb02141892318411905670bc6dd382e40a6f8cac61fb62fe18cdac9b2a268d02f24d55ff7b6aabe220ac73feb0cc

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="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
}