# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/kxmleditor/kxmleditor-0.8.ebuild,v 1.6 2003/10/24 12:55:26 aliz Exp $ inherit kde-base need-kde 3 DESCRIPTION="KDE XML Editor" HOMEPAGE="http://kxmleditor.sourceforge.net" SRC_URI="mirror://sourceforge/kxmleditor/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" PATCHES="$FILESDIR/$P-gcc3.diff" src_compile() { cd $S kde_src_compile myconf configure make distclean kde_src_compile myconf configure kde_src_compile make }