# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/orbitcpp/orbitcpp-1.3.7.ebuild,v 1.5 2004/06/24 21:50:58 agriffis Exp $ inherit gnome.org DESCRIPTION="C++ Bindings for ORBit2" HOMEPAGE="http://orbitcpp.sourceforge.net/" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" IUSE="" RDEPEND=">=gnome-base/ORBit2-2.5 >=dev-libs/libIDL-0.7.4" DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dosym /usr/lib/libORBit-2-cpp.so.6.0.0 /usr/lib/libORBit-2-cpp.so.5 }