diff options
Diffstat (limited to 'gnome-apps/anjuta/anjuta-0.1.7.ebuild')
-rw-r--r-- | gnome-apps/anjuta/anjuta-0.1.7.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/gnome-apps/anjuta/anjuta-0.1.7.ebuild b/gnome-apps/anjuta/anjuta-0.1.7.ebuild deleted file mode 100644 index 3dda033ff69a..000000000000 --- a/gnome-apps/anjuta/anjuta-0.1.7.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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 - -} - |