description="The MPFR package contains functions for multiple precision math" url="http://www.mpfr.org" maintainer="Guillaume Hanrot,Vincent Lefèvre,Patrick Pélissier,Philippe Théveny and Paul Zimmermann" packager="pierre at nutyx dot org" name=mpfr version=3.1.5 release=2 source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.xz) build() { cd mpfr-$version ./configure --prefix=/usr \ --enable-thread-safe \ --libdir=/lib \ --docdir=/usr/share/doc/mpfr-$version make make check make DESTDIR=$PKG install make html make DESTDIR=$PKG install-html rm -rf $PKG/usr/share/info/dir }