diff options
Diffstat (limited to 'gnome-base/ORBit2/ORBit2-2.6.0.ebuild')
-rw-r--r-- | gnome-base/ORBit2/ORBit2-2.6.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-base/ORBit2/ORBit2-2.6.0.ebuild b/gnome-base/ORBit2/ORBit2-2.6.0.ebuild new file mode 100644 index 000000000000..a109b1884ae8 --- /dev/null +++ b/gnome-base/ORBit2/ORBit2-2.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit2/ORBit2-2.6.0.ebuild,v 1.1 2003/01/31 18:01:29 spider Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="ORBit2 is a high-performance CORBA ORB" +HOMEPAGE="http://www.gnome.org/" + +MAKEOPTS="-j1" + +RDEPEND=">=dev-libs/glib-2 + >=dev-libs/popt-1.5 + >=dev-libs/libIDL-0.7.4 + >=net-libs/linc-1.0.0" + +DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~alpha ~sparc" + +DOCS="AUTHORS ChangeLog COPYING* README* HACKING INSTALL NEWS TODO MAINTAINERS" |