diff --git a/net-wireless/gr-tpms/Manifest b/net-wireless/gr-tpms/Manifest new file mode 100644 index 000000000..9e69da132 --- /dev/null +++ b/net-wireless/gr-tpms/Manifest @@ -0,0 +1 @@ +EBUILD gr-tpms-9999.ebuild 683 SHA256 601381b0e2e0d11eddf4a4e906b3c9af27a0246ab7a1c32ff85c0f2d3a197527 SHA512 32857370281cdf847f69cb415ea18aaf478dca553586e69c2a8d37ca1f0bbd2c839d4c9eebbf4970ee75def807c2be8a0d5640744178b6897c489a4251d8f91c WHIRLPOOL 9be6cb36f247f4b3689db28d80d6172851ae96e00f4d9336b2453592ba3978ddae9be08138508543dbdc45a77ff5d8a45a9c781963d3bc0efa8368749c45c912 diff --git a/net-wireless/gr-tpms/gr-tpms-9999.ebuild b/net-wireless/gr-tpms/gr-tpms-9999.ebuild new file mode 100644 index 000000000..860e94ce7 --- /dev/null +++ b/net-wireless/gr-tpms/gr-tpms-9999.ebuild @@ -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 +}