# Description: C library for multiple-precision floating-point computations with correct rounding # URL: http://www.mpfr.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org # Depends on: libgmp name=libmpfr version=2.4.2 release=1 source=(http://www.mpfr.org/mpfr-$version/mpfr-$version.tar.bz2) build() { cd mpfr-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --with-gmp=$CLFS make make DESTDIR=$PKG install rm -rf $PKG/usr/share }