From 4e05a5de345efdf0694a4ba6250d2a572918a423 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 2 Aug 2010 09:49:44 +0200 Subject: [PATCH] mpfr: add metafile support Signed-off-by: Stephan Raue --- packages/toolchain/math/mpfr/build | 1 - packages/toolchain/math/mpfr/meta | 14 ++++++++++++++ packages/toolchain/math/mpfr/url | 1 - 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 packages/toolchain/math/mpfr/meta delete mode 100644 packages/toolchain/math/mpfr/url diff --git a/packages/toolchain/math/mpfr/build b/packages/toolchain/math/mpfr/build index 0450ef8817..dfdb754d36 100755 --- a/packages/toolchain/math/mpfr/build +++ b/packages/toolchain/math/mpfr/build @@ -3,7 +3,6 @@ . config/options $1 $SCRIPTS/install ccache -$SCRIPTS/build gmp setup_toolchain host diff --git a/packages/toolchain/math/mpfr/meta b/packages/toolchain/math/mpfr/meta new file mode 100644 index 0000000000..9af9a290d5 --- /dev/null +++ b/packages/toolchain/math/mpfr/meta @@ -0,0 +1,14 @@ +PKG_NAME="mpfr" +PKG_VERSION="3.0.0" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="LGPL" +PKG_SITE="http://www.mpfr.org/" +PKG_URL="http://www.mpfr.org/mpfr-current/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="gmp" +PKG_PRIORITY="optional" +PKG_SECTION="toolchain/math" +PKG_SHORTDESC="mpfr: A C library for multiple-precision floating-point computations with exact roundi" +PKG_LONGDESC="The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa)." +PKG_IS_ADDON="no" diff --git a/packages/toolchain/math/mpfr/url b/packages/toolchain/math/mpfr/url deleted file mode 100644 index 8d8a1e0d76..0000000000 --- a/packages/toolchain/math/mpfr/url +++ /dev/null @@ -1 +0,0 @@ -http://www.mpfr.org/mpfr-current/mpfr-3.0.0.tar.bz2 \ No newline at end of file