gr-air-modes: gnuradio air modes stuff, no idea if it works but it builds as expected

This commit is contained in:
Zero_Chaos 2012-05-31 04:44:49 +00:00
parent 503cd7bc4e
commit 44559a75d3
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD gr-air-modes-9999.ebuild 650 RMD160 1f9f4fa0d5904221081e94dbea63946bc66a32d6 SHA1 ecba3a4cd36ff41f8d3f3faef0cc4f5a6fbdcd37 SHA256 abe197a4ea9738a9db7e6efb99a399292b4e122cab173189e37135584eafc239

View file

@ -0,0 +1,31 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
PYTHON_DEPEND="2:2.6"
inherit versionator python git-2 autotools
DESCRIPTION=""
HOMEPAGE="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
EGIT_REPO_URI="https://github.com/steve-m/gr-air-modes"
#EGIT_REPO_URI="git://github.com/threeme3/gr-air-modes.git"
KEYWORDS="~*"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND="dev-util/cmake
net-wireless/gnuradio
net-wireless/gr-baz"
RDEPEND="net-wireless/gnuradio
net-wireless/gr-baz"
src_prepare() {
eautoreconf
}
src_configure() {
econf --enable-dependency-tracking
}