# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit kde DEPEND="app-cdr/cdrtools app-admin/sudo" RDEPEND="dev-libs/libcdio" need-kde 3.2 RESTRICT="nomirror" DESCRIPTION="KIso is a fronted for KDE to make it as easy as possible to create manipulate and extract CD Image files." HOMEPAGE="http://kiso.sourceforge.net/" SRC_URI="http://www.stephangans.de/kiso/Download/kiso-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86 amd64 ~ppc" SLOT="0" IUSE="" src_compile() { addwrite $QTDIR/etc/settings econf || die emake || die } src_install() { addwrite $QTDIR/etc/settings einstall || die }