diff --git a/net-wireless/gr-iqbal/Manifest b/net-wireless/gr-iqbal/Manifest new file mode 100644 index 000000000..2b0a6cad6 --- /dev/null +++ b/net-wireless/gr-iqbal/Manifest @@ -0,0 +1 @@ +DIST gr-iqbal-0.38.1_p20200922.tar.gz 106537 BLAKE2B 5951b237de006482efd497d248d1e9cbe06eee7a826f4aead3e14172dc556b7d12b0af1ff317f747c38053c7bda73632399e2582f5919f9be9aac30892bff6ce SHA512 d92b0d4e409425a17a94bb1cd6be9066109f197453497bd8f78913a17e3ee98d4af55dbd987e91a0f417e146da6817a86a6492b058ec37c9c527ca2542053343 diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.1_p20200922.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.1_p20200922.ebuild new file mode 100644 index 000000000..3782736d9 --- /dev/null +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.1_p20200922.ebuild @@ -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 +} diff --git a/net-wireless/gr-iqbal/metadata.xml b/net-wireless/gr-iqbal/metadata.xml new file mode 100644 index 000000000..d11cc0ee2 --- /dev/null +++ b/net-wireless/gr-iqbal/metadata.xml @@ -0,0 +1,12 @@ + + + + +zerochaos@gentoo.org +Rick Farina + + +radio@gentoo.org +Radio + +