vdr-noepg-0.0.4.ebuild 531 B

12345678910111213141516171819202122
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit vdr-plugin-2
  5. DESCRIPTION="VDR Plugin: will replace the noepg-patch with the new cEpgHandler"
  6. HOMEPAGE="https://github.com/flensrocker/vdr-plugin-noepg"
  7. SRC_URI="https://github.com/flensrocker/vdr-plugin-noepg/archive/v${PV}.tar.gz
  8. -> ${P}.tar.gz"
  9. KEYWORDS="~amd64 ~x86"
  10. SLOT="0"
  11. LICENSE="GPL-2"
  12. IUSE=""
  13. DEPEND=">=media-video/vdr-2.0.0"
  14. RDEPEND="${DEPEND}"
  15. S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}"