summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kshutdown/kshutdown-0.6.0.ebuild')
-rw-r--r--kde-misc/kshutdown/kshutdown-0.6.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-misc/kshutdown/kshutdown-0.6.0.ebuild b/kde-misc/kshutdown/kshutdown-0.6.0.ebuild
new file mode 100644
index 000000000000..560b29b6aa11
--- /dev/null
+++ b/kde-misc/kshutdown/kshutdown-0.6.0.ebuild
@@ -0,0 +1,23 @@
+# 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.1 2005/03/10 15:34:53 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
+
+ epatch "${FILESDIR}/${P}-makefile-fix.patch"
+ make -f admin/Makefile.common
+}