summaryrefslogtreecommitdiff
blob: 326e2655fa81803a8a80082a660ca75507adae40 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/kiosktool/kiosktool-0.7.ebuild,v 1.3 2004/09/04 09:36:57 centic Exp $

inherit eutils kde-functions
need-qt 3

DESCRIPTION="KDE Kiosk GUI Admin Tool"
HOMEPAGE="http://extragear.kde.org/apps/kiosktool.php"
SRC_URI="mirror://kde/stable/apps/KDE3.x/admin/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="arts"
DEPEND=">=kde-base/kdebase-3.2.2
		arts? ( >=kde-base/arts-1.2.0 )"

src_compile() {
	use arts || myconf="${myconf} --without-arts"

	econf ${myconf} || die
	emake || die
}

src_install() {
	einstall || die

	dodoc ChangeLog README
}