17 lines
553 B
Bash
17 lines
553 B
Bash
# Copyright 1999-2008 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.2.ebuild,v 1.4 2008/07/31 10:44:56 zzam Exp $
|
|
|
|
inherit vdr-plugin
|
|
|
|
DESCRIPTION="VDR Plugin: Scan for channels on DVB-? and on PVR*-Cards"
|
|
HOMEPAGE="http://free.pages.at/wirbel4vdr/wirbelscan/index2.html"
|
|
SRC_URI="http://free.pages.at/wirbel4vdr/wirbelscan/${P}.tgz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="media-video/vdr
|
|
!<media-tv/ivtv-0.8"
|