19 lines
598 B
Bash
19 lines
598 B
Bash
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild,v 1.1 2013/03/31 16:08:53 hd_brummy Exp $
|
|
|
|
EAPI="5"
|
|
|
|
inherit vdr-plugin-2
|
|
|
|
DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)"
|
|
HOMEPAGE="http://www.escape-edv.de/endriss/vdr/"
|
|
SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=">=media-video/vdr-1.7.35"
|
|
RDEPEND="${DEPEND}"
|