# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Library for loading 3D models of many file types" HOMEPAGE="http://automagically.de/index.shtml?g3dviewer" SRC_URI="http://download.gna.org/libg3d/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc ChangeLog README }