mpfr: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-02 09:49:44 +02:00
parent 75cd7ccc0f
commit 4e05a5de34
3 changed files with 14 additions and 2 deletions

View File

@ -3,7 +3,6 @@
. config/options $1
$SCRIPTS/install ccache
$SCRIPTS/build gmp
setup_toolchain host

View File

@ -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"

View File

@ -1 +0,0 @@
http://www.mpfr.org/mpfr-current/mpfr-3.0.0.tar.bz2