#!/bin/env beesh

PGRP=( core )

SRCURL="http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"

# PATCHES=""

EXCLUDE="^/usr/share/doc/gtkhtml"

mee_configure() {
    bee_configure --enable-thread-safe
}

mee_build() {
    bee_build
    make check 2>&1 | tee check.log
}

# mee_install() {
#     bee_install
# }