blob: d775a808cc85299c54e1d878cc5eaf3a42eaa8c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-alcd/vdr-alcd-1.0.0.ebuild,v 1.3 2009/06/14 14:07:48 mr_bones_ Exp $
IUSE=""
inherit vdr-plugin
DESCRIPTION="VDR plugin: Control Activy 300 LCD"
HOMEPAGE="http://www.htpc-forum.de"
SRC_URI="http://www.htpc-forum.de/download/${P}.tgz"
KEYWORDS="~x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND=">=media-video/vdr-1.2.6"
RDEPEND="${DEPEND}"
|