net-wireless/gr-tpms New GNU Radio block

This commit is contained in:
ephemer0l 2017-05-30 04:07:51 -05:00
parent 878a6c36e0
commit feb1bd0f1b
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD gr-tpms-9999.ebuild 683 SHA256 601381b0e2e0d11eddf4a4e906b3c9af27a0246ab7a1c32ff85c0f2d3a197527 SHA512 32857370281cdf847f69cb415ea18aaf478dca553586e69c2a8d37ca1f0bbd2c839d4c9eebbf4970ee75def807c2be8a0d5640744178b6897c489a4251d8f91c WHIRLPOOL 9be6cb36f247f4b3689db28d80d6172851ae96e00f4d9336b2453592ba3978ddae9be08138508543dbdc45a77ff5d8a45a9c781963d3bc0efa8368749c45c912

View file

@ -0,0 +1,29 @@
# 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 Tire Pressure Monitor tools"
HOMEPAGE="https://github.com/jboone/gr-tpms"
EGIT_REPO_URI="https://github.com/jboone/gr-tpms.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() {
sed -i '0,/include\/tpms/s/include\/tpms/include\/gnuradio\/tpms/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed'
cmake-utils_src_configure
}