aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Bissey <francois@vrooom.(none)>2009-11-04 00:26:16 +1300
committerFrançois Bissey <francois@vrooom.(none)>2009-11-04 00:26:16 +1300
commit5250e60ac15dc919184d9f040983b7bbce92fc23 (patch)
treef25e55652e58b758ba89a343827fc0360b9084f8 /sci-libs/m4ri/m4ri-20090512.ebuild
parentgive some gcc-4.4 love to modglue (diff)
downloadsci-5250e60ac15dc919184d9f040983b7bbce92fc23.tar.gz
sci-5250e60ac15dc919184d9f040983b7bbce92fc23.tar.bz2
sci-5250e60ac15dc919184d9f040983b7bbce92fc23.zip
m4ri version bump
Diffstat (limited to 'sci-libs/m4ri/m4ri-20090512.ebuild')
-rw-r--r--sci-libs/m4ri/m4ri-20090512.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/m4ri/m4ri-20090512.ebuild b/sci-libs/m4ri/m4ri-20090512.ebuild
new file mode 100644
index 000000000..4d5bdb9b6
--- /dev/null
+++ b/sci-libs/m4ri/m4ri-20090512.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 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() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc README
+}