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

EAPI="2"

inherit vdr-plugin

DESCRIPTION="VDR Plugin: Reel filebrowser plugin"
HOMEPAGE="http://www.reel-multimedia.com"
SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz"

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

DEPEND=">=media-video/vdr-1.5.12
		>=dev-libs/boost-1.35.0
		>=media-plugins/vdr-reelbox-3.12384"
RDEPEND="${DEPEND}"

S="${WORKDIR}/filebrowser"