summaryrefslogtreecommitdiff
blob: 5127ff2f32b79a27459168d3019271c888592536 (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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-0.6.0.ebuild,v 1.2 2005/03/10 21:54:24 greg_g Exp $

inherit kde

DESCRIPTION="A shutdown manager for KDE"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://kshutdown.sourceforge.net"
LICENSE="GPL-2"

IUSE=""
KEYWORDS="~x86 ~ppc"
SLOT="0"

need-kde 3.3

src_unpack() {
	kde_src_unpack

	# Patch sent upstream, will be in 0.6.1.
	epatch "${FILESDIR}/${P}-makefile-fix.patch"
	make -f admin/Makefile.common
}