summaryrefslogtreecommitdiff
blob: da0c4bce85f4e18b734fddcee020ee462946fda2 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit vdr-plugin

DESCRIPTION="VDR plugin: browse the mosaic channels of canalsat"
HOMEPAGE="http://vdrwiki.free.fr/vdr/mosaic/"
SRC_URI="http://vdrwiki.free.fr/vdr/mosaic/files/${P}.tgz"

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

DEPEND=">=media-video/vdr-1.4.0"
RDEPEND="${DEPEND}"


src_unpack() {
	vdr-plugin_src_unpack

	sed -i i18n.c -e "s:#endif::"
}