#!/bin/env beesh PGRP=( core ) SRCURL="http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz" # PATCHES="" # EXCLUDE="" # mee_configure() { # bee_configure # } mee_build() { bee_build make check 2>&1 | tee check.log } mee_install() { bee_install echo grep "tests passed" ${B}/check.log }