Initial push
[termux-packages] / packages / libmpfr / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.mpfr.org/
2 TERMUX_PKG_DESCRIPTION="C library for multiple-precision floating-point computations with correct rounding"
3 TERMUX_PKG_DEPENDS="libgmp"
4 TERMUX_PKG_VERSION=3.1.2
5 TERMUX_PKG_SRCURL=http://www.mpfr.org/mpfr-current/mpfr-${TERMUX_PKG_VERSION}.tar.bz2
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_locale_h=no"