# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="(GMP-ECM) Elliptic Curve Method for Integer Factorization" HOMEPAGE="http://gforge.inria.fr/projects/ecm/" SRC_URI="http://gforge.inria.fr/frs/download.php/2752/${P}.tar.gz" RESTRICT="mirror" LICENSE="GPL-2, LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=dev-libs/gmp-4.2.2" src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc README INSTALL README.lib }