summaryrefslogtreecommitdiff
path: root/recipes/toolchain/gmp.recipe
blob: 2902675b39a621f4c001494125d3553c327cff52 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python


class Recipe(recipe.Recipe):
    name = 'gmp'
    version = '5.0.5'
    licenses = [License.LGPLv3Plus]
    configure_options = "--disable-shared --enable-static"

    files_libs = ['libgmp']
    files_devel = ['include/gmp.h']