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

DESCRIPTION="To activate the em84 decoder on the Siemens Activy STB, you will need this little program to control the onboard TDK5002c video switch ic."
HOMEPAGE="http://www.arghgra.de/"
SRC_URI="http://www.arghgra.de/${P}.tar.gz mirror://vdrfiles/${PN}/${P}.tar.gz"

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

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	dobin tdk5002cctl
	dodoc README
}