diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-02 16:00:40 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-02 16:00:40 +0100 |
commit | 6690b8fcee9bc9152948b9a623117dd62bcf45de (patch) | |
tree | 7b4f0de615dbf0babda5ef09b78d81dde77d89d7 /recipes/libmpc/libmpc.inc | |
parent | 29c63b640c4e4c852cf3084232ef67c8fd9d3214 (diff) | |
parent | 6d5a96970227b845b6a33380e3e7af248cca7594 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libmpc/libmpc.inc')
-rw-r--r-- | recipes/libmpc/libmpc.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/libmpc/libmpc.inc b/recipes/libmpc/libmpc.inc new file mode 100644 index 0000000000..6e18e588be --- /dev/null +++ b/recipes/libmpc/libmpc.inc @@ -0,0 +1,6 @@ +DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr" +HOMEPAGE = "http://www.multiprecision.org/" +LICENSE = "LGPLv2" +SECTION = "libs" + +inherit autotools |