diff options
Diffstat (limited to 'groups.d/110.native_toolchain.d/mpfr.package')
-rw-r--r-- | groups.d/110.native_toolchain.d/mpfr.package | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/groups.d/110.native_toolchain.d/mpfr.package b/groups.d/110.native_toolchain.d/mpfr.package new file mode 100644 index 00000000..7ce52b59 --- /dev/null +++ b/groups.d/110.native_toolchain.d/mpfr.package @@ -0,0 +1,9 @@ +: ${PKG_MPFR_DEPENDS:="gmp"}; +: ${PKG_MPFR_SHA256SUM:=79c73f60af010a30a5c27a955a1d2d01ba095b72537dab0ecaad57f5a7bb1b6b}; +: ${PKG_MPFR_VERSION:=3.1.2}; +: ${PKG_MPFR_URL:=ftp://ftp.gnu.org/gnu/mpfr/mpfr-${PKG_MPFR_VERSION}.tar.bz2}; +: ${PKG_MPFR_CONFIGURE_ARGS_EXTRA:="--disable-assembly --with-gmp=${PREFIX_NATIVE}"}; + +ex_pkg_register "mpfr" "${RTL_FILEOP_SOURCE_FNAME}" "native_toolchain"; + +# vim:filetype=sh textwidth=0 |