blob: b9b8f0dd1c13e75ccee26b002e21d6f5c8de6a6a (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinreel/vdr-skinreel-0.0.1.ebuild,v 1.2 2006/04/17 13:10:00 zzam Exp $
inherit vdr-plugin
DESCRIPTION="Video Disk Recorder - Skin Plugin"
HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Skinreel-plugin"
SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""
DEPEND=">=media-video/vdr-1.3.22"
pkg_postinst() {
vdr-plugin_pkg_postinst
ewarn "You can not use this skin with"
ewarn "an unmodified dvb-card (fullfeatured) with only 2MB of RAM."
}
|