diff options
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/anjuta-0.1.7.ebuild | 50 | ||||
-rw-r--r-- | dev-util/anjuta/files/digest-anjuta-0.1.7 | 1 |
2 files changed, 51 insertions, 0 deletions
diff --git a/dev-util/anjuta/anjuta-0.1.7.ebuild b/dev-util/anjuta/anjuta-0.1.7.ebuild new file mode 100644 index 000000000000..3dda033ff69a --- /dev/null +++ b/dev-util/anjuta/anjuta-0.1.7.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Martin Schlemmer <azarah@gentoo.org> + +S=${WORKDIR}/${P} +DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." +SRC_URI="http://anjuta.sourceforge.net/packages/anjuta-${PV}.tar.gz" +HOMEPAGE="http://anjuta.sourceforge.net/" + +DEPEND="gnome-base/gnome-libs + x11-libs/gtk+ + media-libs/audiofile + gnome-base/libxml + gnome-base/scrollkeeper" + +RDEPEND=" gnome-apps/glade + gnome-apps/glademm + gnome-apps/gnome-iconedit + gnome-base/scrollkeeper + x11-libs/gtk+ + media-libs/audiofile + media-sound/esound + sys-apps/bash + dev-util/ctags + sys-devel/autoconf + sys-devel/automake + sys-devel/gcc + sys-devel/gdb + sys-apps/grep + >=sys-libs/db-3.2.3" + + +src_compile() { + + local myconf + use nls || myconf="--disable-nls" + + ./configure --host=${CHOST} --prefix=/opt/gnome --mandir=/usr/share/man \ + --infodir=/usr/share/info --with-sysconfdir=/etc/opt/gnome \ + $myconf || die + emake || die +} + +src_install () { + + make DESTDIR=${D} anjutadocdir=/usr/share/doc/${PF} \ + anjuta_docdir=/usr/share/doc/${PF} install || die + +} + diff --git a/dev-util/anjuta/files/digest-anjuta-0.1.7 b/dev-util/anjuta/files/digest-anjuta-0.1.7 new file mode 100644 index 000000000000..98a6d761d6e2 --- /dev/null +++ b/dev-util/anjuta/files/digest-anjuta-0.1.7 @@ -0,0 +1 @@ +MD5 2d518592ced3d548d37a73e5f6285af4 anjuta-0.1.7.tar.gz |