# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Method of four russian for inversion (M4RI)" HOMEPAGE="http://m4ri.sagemath.org/" SRC_URI="http://m4ri.sagemath.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" RESTRICT="mirror" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" src_install() { cd "${S}" make DESTDIR="${D}" install || die "make install failed" dodoc README }