From 66a911b91c457836366cf45a2fb1ba2705403b83 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 15 Jan 2020 11:23:42 +0100 Subject: [PATCH] mpfr: update to 4.0.2 - fix SRCURL - now serves /usr/lib/libmpfr.so.6 --- mpfr.be0 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 mpfr.be0 diff --git a/mpfr.be0 b/mpfr.be0 new file mode 100755 index 000000000..f5eb25bd7 --- /dev/null +++ b/mpfr.be0 @@ -0,0 +1,41 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mpfr-4.0.2-0 + +# more info: https://foo.bar.com + +SRCURL[0]="https://ftp.gnu.org/pub/gnu/mpfr/mpfr-${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure --enable-thread-safe +} + +#mee_build() { +# bee_build +#} + +mee_build_post() { + make check +} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}