# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak # Maintainer: Desktop Team # $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.3 2001/12/29 17:41:37 danarmak Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Gtk Interface for coin" SRC_URI="ftp://ftp.coin3d.org/pub/snapshots/${P}.tar.gz" HOMEPAGE="http://www.coin3d.org" DEPEND="virtual/x11 sys-devel/autoconf sys-devel/automake sys-devel/libtool >=x11-libs/gtkglarea-1.2.2 ~media-libs/coin-${PV}" RDEPEND="virtual/x11 >=x11-libs/gtkglarea-1.2.2 ~media-libs/coin-${PV}" src_compile() { ./bootstrap --add try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} try make } src_install () { try make prefix=${D}/usr install cd ${S} dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* docinto txt dodoc docs/qtcomponents.doxygen }