# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.1.9.ebuild,v 1.10 2002/10/04 05:30:48 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." SRC_URI="http://anjuta.sourceforge.net/packages/${P}.tar.gz" HOMEPAGE="http://anjuta.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 =x11-libs/gtk+-1.2* =gnome-base/libglade-0.17* =gnome-base/gnome-vfs-1.0* media-libs/audiofile dev-libs/libxml dev-util/pkgconfig app-text/scrollkeeper" RDEPEND="dev-util/glade media-gfx/gnome-iconedit app-text/scrollkeeper =x11-libs/gtk+-1.2* media-libs/audiofile dev-util/ctags sys-devel/gdb sys-apps/grep >=sys-libs/db-3.2.3 dev-util/indent" src_compile() { local myconf use nls || myconf="--disable-nls" econf ${myconf} || die emake \ anjuta_docdir=/usr/share/doc/${PF} || die } src_install () { einstall \ PACKAGE_DOC_DIR=${D}/usr/share/doc \ anjuta_docdir=${D}/usr/share/doc/${PF} || die rm -rf ${D}/usr/doc dodoc AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO }