diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-13 16:56:54 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-13 16:56:54 +0000 |
commit | b5a1b37154b402191ef2c9f22dc11154555a3b9e (patch) | |
tree | a88545e45e855655bcfc83789ffd67e3ba268f52 /gnome-base/ORBit | |
parent | New version. Removed gnome-libs dependency because it really shouldn't be th... (diff) | |
download | gentoo-2-b5a1b37154b402191ef2c9f22dc11154555a3b9e.tar.gz gentoo-2-b5a1b37154b402191ef2c9f22dc11154555a3b9e.tar.bz2 gentoo-2-b5a1b37154b402191ef2c9f22dc11154555a3b9e.zip |
New version.
Diffstat (limited to 'gnome-base/ORBit')
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.13.ebuild | 56 | ||||
-rw-r--r-- | gnome-base/ORBit/files/digest-ORBit-0.5.13 | 1 |
2 files changed, 57 insertions, 0 deletions
diff --git a/gnome-base/ORBit/ORBit-0.5.13.ebuild b/gnome-base/ORBit/ORBit-0.5.13.ebuild new file mode 100644 index 000000000000..8b7f04f4268a --- /dev/null +++ b/gnome-base/ORBit/ORBit-0.5.13.ebuild @@ -0,0 +1,56 @@ +# 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/ORBit/ORBit-0.5.13.ebuild,v 1.1 2002/02/13 16:52:53 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A high-performance, lightweight CORBA ORB aiming for CORBA 2.2 compliance" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" +HOMEPAGE="http://www.labs.redhat.com/orbit/" + +DEPEND="virtual/glibc + nls? ( sys-devel/gettext ) + >=sys-apps/tcp-wrappers-7.6 + >=dev-libs/glib-1.2.8" + +RDEPEND="virtual/glibc + >=dev-libs/glib-1.2.8" + + +src_compile() { + if [ -z "`use nls`" ] ; then + myconf="--disable-nls" + fi + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + $myconf || die + + make || die # Doesn't work with -j 4 (hallski) +} + +src_install() { + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + install || die + + dodoc AUTHORS COPYING* ChangeLog README NEWS TODO + dodoc docs/*.txt docs/IDEA1 + + docinto idl + cd libIDL + dodoc AUTHORS BUGS COPYING NEWS README* + + docinto popt + cd ../popt + dodoc CHANGES COPYING README + + cd ${D}/usr/lib + patch -p0 < ${FILESDIR}/libIDLConf.sh-gentoo.diff +} + + + diff --git a/gnome-base/ORBit/files/digest-ORBit-0.5.13 b/gnome-base/ORBit/files/digest-ORBit-0.5.13 new file mode 100644 index 000000000000..8f78e352be24 --- /dev/null +++ b/gnome-base/ORBit/files/digest-ORBit-0.5.13 @@ -0,0 +1 @@ +MD5 89b16a12e565798945b49e9f41d1db5d ORBit-0.5.13.tar.gz 1183657 |