# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="3D libraries for G3DViewer" HOMEPAGE="http://automagically.de/index.shtml?g3dviewer" SRC_URI="http://automagically.de/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2 >=x11-libs/gtkglext-1 virtual/opengl" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die }