mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
gr-iqball: fork the latest snapshot, bost-1.74.0 compatibile
This commit is contained in:
parent
f253890225
commit
4e14a7e4ad
3 changed files with 58 additions and 0 deletions
1
net-wireless/gr-iqbal/Manifest
Normal file
1
net-wireless/gr-iqbal/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST gr-iqbal-0.38.1_p20200922.tar.gz 106537 BLAKE2B 5951b237de006482efd497d248d1e9cbe06eee7a826f4aead3e14172dc556b7d12b0af1ff317f747c38053c7bda73632399e2582f5919f9be9aac30892bff6ce SHA512 d92b0d4e409425a17a94bb1cd6be9066109f197453497bd8f78913a17e3ee98d4af55dbd987e91a0f417e146da6817a86a6492b058ec37c9c527ca2542053343
|
||||
45
net-wireless/gr-iqbal/gr-iqbal-0.38.1_p20200922.ebuild
Normal file
45
net-wireless/gr-iqbal/gr-iqbal-0.38.1_p20200922.ebuild
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7,8})
|
||||
|
||||
inherit cmake python-single-r1
|
||||
|
||||
DESCRIPTION="gnuradio I/Q balancing"
|
||||
HOMEPAGE="http://git.osmocom.org/gr-iqbal/"
|
||||
|
||||
HASH_COMMIT="f56d917c83074ed93e9b47071b8f3a695796f0d8"
|
||||
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git"
|
||||
else
|
||||
SRC_URI="https://github.com/osmocom/gr-iqbal/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0/${PV}"
|
||||
IUSE="doc"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="=net-wireless/gnuradio-3.8*:0=[${PYTHON_SINGLE_USEDEP}]
|
||||
net-libs/libosmo-dsp:=
|
||||
dev-libs/boost:=
|
||||
${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_DOXYGEN="$(usex doc)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
python_optimize
|
||||
}
|
||||
12
net-wireless/gr-iqbal/metadata.xml
Normal file
12
net-wireless/gr-iqbal/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>radio@gentoo.org</email>
|
||||
<name>Radio</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue