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 +#}