summaryrefslogtreecommitdiff
blob: ed42f84e3315cc7a9dbe1d5526580217d7299c49 (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
31
32
33
34
35
36
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kvdrmon/kvdrmon-0.6-r1.ebuild,v 1.1 2006/10/23 18:49:54 hd_brummy Exp $

inherit kde

DESCRIPTION="KDE applet for monitoring the VDR video disk recorder"
HOMEPAGE="http://vdr-statusleds.sf.net/kvdrmon"
SRC_URI="mirror://sourceforge/vdr-statusleds/${P}.tar.gz"

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

DEPEND=""

need-kde 3.4

src_unpack() {
	unpack ${A}

	use arts || epatch ${FILESDIR}/${P}-noarts.diff
}


pkg_postinst() {
	einfo
	einfo "This program needs a VDR helper plugin. You must install"
	einfo "media-plugins/vdr-kvdrmon on the machine running VDR."
	einfo
	einfo "To work properly the kvdrmon setting for the VDR host"
	einfo "must be changed from the default \"localhost\" to the"
	einfo "computer VDR is running on."
	einfo
}