add SoapySDR, CubicSDR
This commit is contained in:
35
net-wireless/soapysdr/soapysdr-9999.ebuild
Normal file
35
net-wireless/soapysdr/soapysdr-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
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user