summaryrefslogtreecommitdiff
blob: 171f4250e89ea83c5285660d4666db2e8952f0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-vdrmanager/vdr-vdrmanager-0.6-r1.ebuild,v 1.1 2012/03/02 23:33:48 hd_brummy Exp $

EAPI="4"

inherit vdr-plugin

VERSION="828" # every bump, new version

DESCRIPTION="VDR Plugin: allows remote programming VDR using VDR-Manager running on Android devices"
HOMEPAGE="http://projects.vdr-developer.org/wiki/androvdr"
SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2"

IUSE="-stream"

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

RDEPEND="stream? ( media-plugins/vdr-streamdev[server] )"

S="${WORKDIR}/${P}"

pkg_postinst() {
	vdr-plugin_pkg_postinst

	einfo "Add a password to /etc/conf.d/vdr.vdrmanager"
}