vdr-femon-2.2.1.ebuild 458 B

12345678910111213141516171819
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit vdr-plugin-2
  5. DESCRIPTION="VDR Plugin: DVB Frontend Status Monitor (signal strengt/noise)"
  6. HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/femon/"
  7. SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/${P}.tgz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="~amd64 ~arm ~x86"
  11. IUSE=""
  12. DEPEND=">=media-video/vdr-2.2.0"
  13. RDEPEND="${DEPEND}"