mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
Merge pull request #325 from tecknicaltom/add-cubicsdr-0.2.3
cubicSDR: v0.2.3 initial ebuild
This commit is contained in:
commit
f629cc35b9
2 changed files with 33 additions and 0 deletions
1
net-wireless/cubicsdr/Manifest
Normal file
1
net-wireless/cubicsdr/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD cubicsdr-0.2.3.ebuild 625 SHA256 cee9c59ec6b915d66e5f37386b0892e66038f2b2cc552c4c9c4a3bf506ebfac7 SHA512 08540cf5ac206544970227d534b986156e834326553ca3850aafe90e0c1b8dd464c6456f15ac80576851c6939707f92a01721324790c659a62679f7b83eb516c WHIRLPOOL 104fa92509651acd652ab287df770138c0a944cdabe6b4802771a6d31bf7c6c611294f5e2bc410493ab10e28c3ca4baf4c42cb4b6daa75034eb4806c187c8c3e
|
||||
32
net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild
Normal file
32
net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
WX_GTK_VER="3.0"
|
||||
|
||||
inherit cmake-utils wxwidgets
|
||||
|
||||
MY_P="CubicSDR"
|
||||
SRC_URI="https://github.com/cjcliffe/${MY_P}/archive/${PV}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}-${PV}"
|
||||
|
||||
DESCRIPTION="Cross-Platform and Open-Source Software Defined Radio Application"
|
||||
HOMEPAGE="https://cubicsdr.com/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
net-libs/liquid-dsp
|
||||
x11-libs/wxGTK:${WX_GTK_VER}
|
||||
net-wireless/soapysdr
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
setup-wxwidgets
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue