# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="GMM++ is a generic C++ template library for sparse, dense and skyline matrices." SRC_URI="http://www-gmm.insa-toulouse.fr/getfem/stable/${P}.tar.gz" HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/gmm_intro" LICENSE="LGPL MTL-ITL-LICENSE" SLOT="0" KEYWORDS="~x86" IUSE="" src_install() { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS INSTALL }