diff options
Diffstat (limited to 'gnome-base/bonobo/bonobo-1.0.15.ebuild')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.15.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.15.ebuild b/gnome-base/bonobo/bonobo-1.0.15.ebuild deleted file mode 100644 index bbac89b5815a..000000000000 --- a/gnome-base/bonobo/bonobo-1.0.15.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-1.0.15.ebuild,v 1.1 2001/11/08 12:08:56 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A set of language and system independant CORBA interfaces" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" - - -RDEPEND=">=gnome-base/oaf-0.6.7 - >=gnome-base/ORBit-0.5.12 - >=gnome-base/gnome-print-0.30" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - sys-devel/perl - >=dev-util/intltool-0.11" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - fi - - CFLAGS="${CFLAGS} `gnome-config --cflags print`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - make || die # make -j 4 didn't work -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS TODO -} - - - - - |