You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-wireless/gr-scan/gr-scan-20160104.ebuild

25 lines
484 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Frequency scanner for GNU Radio"
HOMEPAGE="http://git.zx2c4.com/gr-scan/about"
SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~amd64"
RDEPEND="
net-wireless/gnuradio
net-wireless/gr-osmosdr
"
DEPEND="${RDEPEND}"
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}