mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
22 lines
513 B
Bash
22 lines
513 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
inherit git-r3 toolchain-funcs cmake-utils
|
|
|
|
DESCRIPTION="rx_fm, rx_power, and rx_sdr tools for receiving data from SDRs"
|
|
HOMEPAGE="https://github.com/rxseger/rx_tools"
|
|
|
|
EGIT_REPO_URI="https://github.com/rxseger/rx_tools.git"
|
|
EGIT_CLONE_TYPE="shallow"
|
|
EGIT_CHECKOUT_DIR=${WORKDIR}/${P}
|
|
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
RDEPEND="net-wireless/soapysdr"
|
|
DEPEND="${RDEPEND}"
|