qspectrumanalyzer: probably missing some deps

This commit is contained in:
Rick Farina (Zero_Chaos) 2016-08-19 11:27:48 -04:00
parent d4fb4b996e
commit 8737157830
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -0,0 +1,62 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python3_{3,4,5} )
inherit git-r3 distutils-r1
DESCRIPTION="vendor and platform neutral SDR support library"
HOMEPAGE="http://github.com/pothosware/SoapySDR"
EGIT_REPO_URI="https://github.com/miek/qspectrumanalyzer.git"
#EGIT_CLONE_TYPE="shallow"
#LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS=""
#IUSE="python"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/pyqtgraph[${PYTHON_USEDEP}]"
#src_prepare() {
# use python && python_copy_sources
#}
#src_configure() {
# configuration() {
# local mycmakeargs=(
# -DPYTHON_BASENAME="-${EPYTHON}"
# -DPYTHON_SUFFIX="-${EPYTHON}"
# $(cmake-utils_use_enable python PYTHON)
# )
#if python_is_python3; then
#mycmakeargs+=( -DBUILD_PYTHON3=ON )
#else
#mycmakeargs+=( -DBUILD_PYTHON3=OFF )
#fi
# CMAKE_USE_DIR="${BUILD_DIR}" cmake-utils_src_configure
# }
# use python && python_foreach_impl configuration || configuration
#}
#src_compile() {
# compilation() {
# CMAKE_USE_DIR="${BUILD_DIR}" cmake-utils_src_make
# }
# use python && python_foreach_impl compilation || compilation
#}
#src_install() {
# installation() {
# CMAKE_USE_DIR="${BUILD_DIR}" cmake-utils_src_install DESTDIR="${D}"
# use python && python_optimize
# }
# use python && python_foreach_impl installation || installation
#}