diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-01-19 05:19:29 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-01-19 05:19:29 +0000 |
commit | 562c858c2ac2b9ced3a5796551d16e950fe22a71 (patch) | |
tree | 2bc3d9172f931ec01c184505a96142716bd37fec /dev-libs/mpc/mpc-0.8.1.ebuild | |
parent | EAPI=2 version of 1.3.0 that fixes building of saa717x driver. fix elog/ewarn... (diff) | |
download | gentoo-2-562c858c2ac2b9ced3a5796551d16e950fe22a71.tar.gz gentoo-2-562c858c2ac2b9ced3a5796551d16e950fe22a71.tar.bz2 gentoo-2-562c858c2ac2b9ced3a5796551d16e950fe22a71.zip |
Version bump, drop old.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/mpc/mpc-0.8.1.ebuild')
-rw-r--r-- | dev-libs/mpc/mpc-0.8.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/mpc/mpc-0.8.1.ebuild b/dev-libs/mpc/mpc-0.8.1.ebuild new file mode 100644 index 000000000000..c2a6ada165cf --- /dev/null +++ b/dev-libs/mpc/mpc-0.8.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-0.8.1.ebuild,v 1.1 2010/01/19 05:19:29 dirtyepic Exp $ + +EAPI=0 + +DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding." +HOMEPAGE="http://mpc.multiprecision.org/" +SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-libs/gmp-4.2.3 + >=dev-libs/mpfr-2.3.1" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc "${S}"/{ChangeLog,NEWS,README,TODO} +} |