# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python class Recipe(recipe.Recipe): name = 'mpfr' version = '3.1.0' licenses = [License.LGPLv3Plus] configure_options = "--disable-static --enable-shared" deps = ['gmp']