# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Francisco José Cañizares Santofimia DESCRIPTION="This kio allows you to access gopher servers in konqueror" SRC_URI="http://download.berlios.de/kgopher/${P}.tar.bz2" HOMEPAGE="http://kgopher.berlios.de http://freshmeat.net/projects/kgopher/" LICENSE="GPL-2" DEPEND=">=kdebase-3.1.2" SLOT="0" KEYWORDS="~x86" src_unpack() { unpack ${A} } src_compile() { econf || die "./configure failed" emake || die } src_install () { einstall || die dodoc AUTHORS COPYING INSTALL README VERSION }