net-wireless/gr-elster New Package GNU Radio block for decoding packets transmitted by Elster R2S smart meters

This commit is contained in:
ephemer0l 2017-05-26 01:32:02 -05:00
parent c88494c3cc
commit 83f201e86a
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD gr-elster-9999.ebuild 656 SHA256 8dd3fec5de648e6c9350fac09c5bc28c2a755635ddbf8daf4c10c627b73fd49e SHA512 79e60a8353f4c84ca14f9fab7052b795e1faaad2dcc8094bf55be47d08537527c01a00f631560b5a964abf1e799d4954511b9b360b61024ef86a0acccd7a4f40 WHIRLPOOL afd3683203ec2bda70162162ff2ca6918b4bd690cb8a53a54b67c8348ca932c4e624801345b8fc86fce0fb06e2f75c9af005e6df9665fd2d860346d0eaad562e

View file

@ -0,0 +1,31 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit cmake-utils git-r3
DESCRIPTION="GNU Radio block for decoding packets transmitted by Elster R2S smart meters"
HOMEPAGE="https://github.com/argilo/gr-elster"
EGIT_REPO_URI="https://github.com/argilo/gr-elster.git"
EGIT_BRANCH="master"
KEYWORDS=""
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=">=net-wireless/gnuradio-3.7.0:=
dev-libs/boost:=
dev-util/cppunit
dev-lang/swig:*"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=/usr/share
)
cmake-utils_src_configure
}