mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
qspectrumanalyzer: probably missing some deps
This commit is contained in:
parent
d4fb4b996e
commit
8737157830
1 changed files with 62 additions and 0 deletions
62
net-wireless/qspectrumanalyzer/qspectrumanalyzer-9999.ebuild
Normal file
62
net-wireless/qspectrumanalyzer/qspectrumanalyzer-9999.ebuild
Normal 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
|
||||
#}
|
||||
Loading…
Reference in a new issue