# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="G3DViewer is a 3D file viewer for GTK+ supporting a variety of file types" HOMEPAGE="http://automagically.de/?g3dviewer" SRC_URI="http://automagically.de/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libg3d" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die }