diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 08:45:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 08:45:27 +0000 |
commit | 952fa1e0a0469aa342e12d5c84b4b648f2e5b7ed (patch) | |
tree | a2084287ff7b9f4dc126091c6f1edf837b48c7d1 /meta/packages/mpfr/mpfr.inc | |
parent | db497d9391212633ed93800cfc3ec771ec09de69 (diff) | |
download | poky-952fa1e0a0469aa342e12d5c84b4b648f2e5b7ed.tar.gz |
mpfr: update to 2.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3913 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mpfr/mpfr.inc')
-rw-r--r-- | meta/packages/mpfr/mpfr.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/mpfr/mpfr.inc b/meta/packages/mpfr/mpfr.inc new file mode 100644 index 0000000000..cf898b62b6 --- /dev/null +++ b/meta/packages/mpfr/mpfr.inc | |||
@@ -0,0 +1,6 @@ | |||
1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" | ||
2 | HOMEPAGE = "http://www.mpfr.org/" | ||
3 | LICENSE = "LGPL" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | inherit autotools | ||