From d1ca943007d2b4f6ddc9551f4adc2b8da4496ffc Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 30 Sep 2010 21:31:59 +0000 Subject: [PATCH] Initial .bep file for mpfr, marked as broken as it seems it requires an unknown specific version of gmp to build correctly. --- dev-libs/mpfr/mpfr-3.0.0-7047.bep | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-libs/mpfr/mpfr-3.0.0-7047.bep diff --git a/dev-libs/mpfr/mpfr-3.0.0-7047.bep b/dev-libs/mpfr/mpfr-3.0.0-7047.bep new file mode 100644 index 000000000..e134e23d0 --- /dev/null +++ b/dev-libs/mpfr/mpfr-3.0.0-7047.bep @@ -0,0 +1,25 @@ +DESCRIPTION="library for multiple-precision floating-point computations with exact rounding" +HOMEPAGE="www.mpfr.org" +SRC_URI="svn://scm.gforge.inria.fr/svn/mpfr/branches/3.0#7047" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="dev-libs/gmp = ?.?.?" +#CHECKSUM_MD5="" +BUILD { + cd mpfr-3.0.0-7047 + libtoolize --force --copy --install + aclocal -I m4 + automake --add-missing + autoconf + ./configure --prefix=`finddir B_COMMON_DIRECTORY` + make +} + +INSTALL { + cd mpfr-3.0.0-7047 + make install + make check +} + +LICENSE="GNU LGPL v3" +#COPYRIGHT=""