1 # Description: C library for multiple-precision floating-point computations with correct rounding
2 # URL: http://www.mpfr.org/
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
10 source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz
11 $name-$version.patch.gz)
15 gunzip -c $SRC/$name-$version.patch.gz | patch -p1
16 ./configure --build=$CHOST \
19 --with-gmp-include=$CLFS/usr/include \
20 --with-gmp-lib=$CLFS/usr/lib
23 make DESTDIR=$PKG install