# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 inherit kde DESCRIPTION="Tavia is a new khtml Browser in developement" HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php" SRC_URI="http://nop.net-p.org/files/Tavia/tavia-0.2.5b.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" need-kde 3.2 src_unpack() { make -f Makefile.cvs kde_src_unpack } src_compile() { PREFIX="`kde-config --prefix`" kde_src_compile myconf configure make || die }