add SoapySDR, CubicSDR
This commit is contained in:
1
net-wireless/cubicsdr/Manifest
Normal file
1
net-wireless/cubicsdr/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD cubicsdr-9999.ebuild 592 SHA256 c701d5dd42e1beb59a675e4651f5aefa2fc6296fb39d238b8ced476aa118c2bf SHA512 069ed147a4777be406680eacdf8edb157644f1cf2a28c263d1983602856dbd9d86822a5f496eac48c5d5b4cdbb9da0117be4bda08a4e5b4b813d16fe70baba0d WHIRLPOOL 67fa15e6e8be510889e697db48637164aaf2a1ba58fd430c986a7edf796e3e765c8a99e2af8c2e9c68e424020f4c73b6e33671dcc6f515684fa4b3e31c93dfc7
|
||||
37
net-wireless/cubicsdr/cubicsdr-9999.ebuild
Normal file
37
net-wireless/cubicsdr/cubicsdr-9999.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="Cross-Platform SDR Application"
|
||||
HOMEPAGE="https://github.com/cjcliffe/CubicSDR"
|
||||
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/cjcliffe/CubicSDR"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/${PV}"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="net-wireless/soapysdr
|
||||
net-libs/liquid-dsp
|
||||
media-libs/mesa
|
||||
x11-libs/wxGTK"
|
||||
DEPEND=""
|
||||
|
||||
REQUIRED_USE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user