mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-03 14:25:30 +01:00
net-wireless/sdrpp: fix pkgcheck findings
This commit is contained in:
parent
dacc78add0
commit
2a0ef7e858
3 changed files with 9 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
DIST 1.0.4.tar.gz 3700787 BLAKE2B c2f353525a09d45b5f4bed3c167bade5bc3065aa2407bd5f9894b0006901952e2a35b469993094c499b5ec700cad0fc6467caf5675e4de0a37ae45392f65816e SHA512 6cea1b96ff29c25a6dc2ddc519bce92262c553e1dd3db27501cf15544bc2fb202f1c8f129a05fc14399a3a482e1e2058ac04cecb19f9ed5aa73a8db2cced6188
|
||||
DIST sdrpp-1.0.4.tar.gz 3700787 BLAKE2B c2f353525a09d45b5f4bed3c167bade5bc3065aa2407bd5f9894b0006901952e2a35b469993094c499b5ec700cad0fc6467caf5675e4de0a37ae45392f65816e SHA512 6cea1b96ff29c25a6dc2ddc519bce92262c553e1dd3db27501cf15544bc2fb202f1c8f129a05fc14399a3a482e1e2058ac04cecb19f9ed5aa73a8db2cced6188
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
|
|
@ -31,18 +32,15 @@ DEPEND="sci-libs/fftw
|
|||
plutosdr? ( net-libs/libiio
|
||||
net-libs/libad9361-iio )"
|
||||
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/AlexandreRouma/SDRPlusPlus.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/SDRPlusPlus-${PV}"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOPT_BUILD_AIRSPY_SOURCE=$(usex airspy)
|
||||
|
|
@ -61,4 +59,3 @@ src_configure() {
|
|||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
|
|
@ -31,18 +32,15 @@ DEPEND="sci-libs/fftw
|
|||
plutosdr? ( net-libs/libiio
|
||||
net-libs/libad9361-iio )"
|
||||
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="https://github.com/AlexandreRouma/SDRPlusPlus.git"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/AlexandreRouma/SDRPlusPlus/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/SDRPlusPlus-${PV}"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DOPT_BUILD_AIRSPY_SOURCE=$(usex airspy)
|
||||
|
|
@ -61,4 +59,3 @@ src_configure() {
|
|||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue