diff options
Diffstat (limited to 'recipes/mpfr/mpfr.inc')
-rw-r--r-- | recipes/mpfr/mpfr.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc new file mode 100644 index 0000000000..cf898b62b6 --- /dev/null +++ b/recipes/mpfr/mpfr.inc @@ -0,0 +1,6 @@ +DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" +HOMEPAGE = "http://www.mpfr.org/" +LICENSE = "LGPL" +SECTION = "libs" + +inherit autotools |