summaryrefslogtreecommitdiff
blob: 40d2e6a2f2458f7f0aa8c11225adea3cca8b2bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit vdr-plugin

DESCRIPTION="VDR plugin: extends the graphTFT plugin with features for commanding a VDR via a touch screen"
HOMEPAGE="http://www.htpc-tech.de/htpc/vdr/touchtft/"
SRC_URI="mirror://vdrfiles/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=">=media-video/vdr-1.4"

RDEPEND="media-plugins/vdr-graphtft"