diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-20 00:07:55 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-20 00:07:55 +0000 |
commit | 892750b2d1a858e127c24d58f5f7d09adccda721 (patch) | |
tree | ac1abbb7f825c19d0da87d03a305e3559d4bb4a6 /gnome-base/bonobo | |
parent | Removed komba in wrong map (komba instead of komba2) (diff) | |
download | gentoo-2-892750b2d1a858e127c24d58f5f7d09adccda721.tar.gz gentoo-2-892750b2d1a858e127c24d58f5f7d09adccda721.tar.bz2 gentoo-2-892750b2d1a858e127c24d58f5f7d09adccda721.zip |
updated to latest version
Diffstat (limited to 'gnome-base/bonobo')
-rw-r--r-- | gnome-base/bonobo/bonobo-1.0.17.ebuild | 53 | ||||
-rw-r--r-- | gnome-base/bonobo/files/digest-bonobo-1.0.17 | 1 |
2 files changed, 54 insertions, 0 deletions
diff --git a/gnome-base/bonobo/bonobo-1.0.17.ebuild b/gnome-base/bonobo/bonobo-1.0.17.ebuild new file mode 100644 index 000000000000..144e899f4638 --- /dev/null +++ b/gnome-base/bonobo/bonobo-1.0.17.ebuild @@ -0,0 +1,53 @@ +# 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.17.ebuild,v 1.1 2001/11/20 00:07:55 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 +} + + + + + diff --git a/gnome-base/bonobo/files/digest-bonobo-1.0.17 b/gnome-base/bonobo/files/digest-bonobo-1.0.17 new file mode 100644 index 000000000000..ec49d2b9e8b4 --- /dev/null +++ b/gnome-base/bonobo/files/digest-bonobo-1.0.17 @@ -0,0 +1 @@ +MD5 344e97877be5b9d3c6c1e55ad5228688 bonobo-1.0.17.tar.gz 1277952 |