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)
14 gunzip -c $SRC/$name-$version.patch.gz | patch -p1
15 ./configure --build=$CHOST \
18 --with-gmp-include=$CLFS/usr/include \
19 --with-gmp-lib=$CLFS/usr/lib
22 make DESTDIR=$PKG install