# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-misc/kio-locate/kio-locate-0.4.5.ebuild,v 1.5 2006/11/03 17:29:45 blubb Exp $ inherit kde DESCRIPTION="kio slave to mount iso files" HOMEPAGE="http://kde-apps.org/content/show.php?content=46526" SRC_URI="http://ubiz.ru/dm/${PN}-${PV}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND="" RDEPEND="( sys-fs/fuseiso )" need-kde 3.5 PATCHES="" LANGS="" src_unpack() { unpack ${A} } src_install() { kde_src_install }