# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias # $Header: /var/cvsroot/gentoo-x86/app-editors/quanta/quanta-2.0_pre2.ebuild,v 1.3 2001/08/31 03:23:38 pm Exp $ A=${PN}-2.0-pr2.tar.bz2 S=${WORKDIR}/quanta DESCRIPTION="HTML editor for KDE2" SRC_URI="http://prdownloads.sourceforge.net/quanta/${A}" HOMEPAGE="http://quanta.sourceforge.net" DEPEND=">=kde-base/kdelibs-2.1.1" RDEPEND=$DEPEND src_compile() { local myconf if [ "`use qtmt`" ] then myconf="--enable-mt" fi if [ "`use mitshm`" ] then myconf="$myconf --enable-mitshm" fi try ./configure --prefix=${KDEDIR} --host=${CHOST} $myconf try make } src_install () { try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog NEWS README TODO }