mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
mpfr: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
75cd7ccc0f
commit
4e05a5de34
@ -3,7 +3,6 @@
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install ccache
|
||||
$SCRIPTS/build gmp
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
|
14
packages/toolchain/math/mpfr/meta
Normal file
14
packages/toolchain/math/mpfr/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://www.mpfr.org/mpfr-current/mpfr-3.0.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user