summaryrefslogtreecommitdiff
blob: 263be87768440e93546a20c7aeb39fcf4efc966d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.1.1.ebuild,v 1.2 2003/06/07 15:14:25 malverian Exp $

IUSE="nls"
S=${WORKDIR}/${P}
DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://anjuta.sourceforge.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"

DEPEND=">=gnome-base/libglade-2
        >=gnome-base/libgnomeui-2
        >=gnome-base/libbonobo-2
	>=gnome-base/libgnomeprintui-2
        >=gnome-base/gnome-vfs-2.2
	>=gnome-base/gconf-2
        >=gnome-base/ORBit2-2
	>=x11-libs/gtk+-2
	>=x11-libs/libzvt-2.0"
	media-libs/gdk-pixbuf
	media-libs/jpeg
	>=dev-libs/libxml-1.4.0
	dev-libs/libpcre
	dev-util/pkgconfig
	>=app-text/scrollkeeper
	>=sys-devel/bison-1.0


RDEPEND="media-gfx/gnome-iconedit
	 media-libs/audiofile
	 media-sound/esound
	 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} --enable-final || die
	emake || die
}

src_install () {

	einstall \
		anjutadocdir=${D}/usr/share/doc/${PF} || die

	dodoc AUTHORS COPYING ChangeLog FUTURE NEWS README THANKS TODO
}