# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="MeshIO is a simple C++ library for the loading of 3d model files" HOMEPAGE="http://www.3dwm.org/html/development_download.html" SRC_URI="http://www.3dwm.org/download/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND="" RDEPEND="" IUSE="" src_compile() { econf || die emake || die } src_install() { einstall ||die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README }