vdr-dvbsddevice-2.2.0.ebuild 531 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2015 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: output device for the 'Full Featured' SD DVB Card"
  6. HOMEPAGE="http://www.tvdr.de/"
  7. SRC_URI="mirror://gentoo/${P}.tar.gz
  8. https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.gz"
  9. KEYWORDS="~amd64 ~x86"
  10. SLOT="0"
  11. LICENSE="GPL-2"
  12. IUSE=""
  13. DEPEND=">=media-video/vdr-2.2.0"
  14. RDEPEND="${DEPEND}"
  15. src_install() {
  16. vdr-plugin-2_src_install
  17. doheader "${S}"/dvbsdffdevice.h
  18. }