vdr-infosatepg-0.0.12.ebuild 511 B

123456789101112131415161718192021
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. inherit vdr-plugin-2
  5. VERSION="1098" # every bump, new version!
  6. DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG"
  7. HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg"
  8. SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
  9. SLOT="0"
  10. LICENSE="GPL-2"
  11. KEYWORDS="~x86 ~amd64"
  12. IUSE=""
  13. DEPEND=">=media-video/vdr-2.0"
  14. RDEPEND="${DEPEND}"