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 soapysdr-9999.ebuild 601 SHA256 50c6ff77657c1aa99daaecf4272bec6da28a6548e6bbdc1ff3d1749e7597417a SHA512 1f7495d68415be0b259d914fa77d889b363cc0d116ebd586c74ae2ca5ee7bf3f62b8d8b0ce3cb1e9e4579a823918906e0e6bfc0a781b73ca6fd116e860cea8e1 WHIRLPOOL 3d5971a8e84d8578decb70722cac06e345bb535ddde7292313683a8e55fc13b70a297ffeeb45eae80dfade2a71efc2e78f1fbed8803f14341e3eaac813acd1d2

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )
inherit cmake-utils python-single-r1 git-r3
DESCRIPTION="SDR runtime library"
HOMEPAGE="https://github.com/pothosware/SoapySDR"
SRC_URI=""
EGIT_REPO_URI="https://github.com/pothosware/SoapySDR"
KEYWORDS=""
LICENSE="Boost"
SLOT="0/${PV}"
IUSE=""
RDEPEND="${PYTHON_DEPS}"
DEPEND=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
epatch_user
}
src_configure() {
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
}