diff options
author | 2010-01-14 16:29:15 +0000 | |
---|---|---|
committer | 2010-01-14 16:29:15 +0000 | |
commit | 7961b6b650d492a457b15a484afdf7368a136932 (patch) | |
tree | 212fb9d8bc8937643ea00983a1e081b0540b7e3a /sci-mathematics/gmm/gmm-4.0.0.ebuild | |
parent | New release Candidate for openoffice-bin, needs testing (diff) | |
download | gentoo-2-7961b6b650d492a457b15a484afdf7368a136932.tar.gz gentoo-2-7961b6b650d492a457b15a484afdf7368a136932.tar.bz2 gentoo-2-7961b6b650d492a457b15a484afdf7368a136932.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/gmm/gmm-4.0.0.ebuild')
-rw-r--r-- | sci-mathematics/gmm/gmm-4.0.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-mathematics/gmm/gmm-4.0.0.ebuild b/sci-mathematics/gmm/gmm-4.0.0.ebuild new file mode 100644 index 000000000000..61661df75db2 --- /dev/null +++ b/sci-mathematics/gmm/gmm-4.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-4.0.0.ebuild,v 1.1 2010/01/14 16:29:15 bicatali Exp $ + +DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices" +SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz" +HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS +} |