diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-24 21:47:08 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-24 21:47:08 +0000 |
commit | ffd6c5ca65781f22ea7071ffb23c481b99b48d1e (patch) | |
tree | be64a80d81a74a0992302ea839a5e26e8465c6bc /packages/mpfr/mpfr.inc | |
parent | dd3452febe8467c85f8b5b87796d15a63797fbe5 (diff) |
mpfr: unify, remove obsolete directory in 2.3.0 staging.
Diffstat (limited to 'packages/mpfr/mpfr.inc')
-rw-r--r-- | packages/mpfr/mpfr.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/mpfr/mpfr.inc b/packages/mpfr/mpfr.inc new file mode 100644 index 0000000000..cf898b62b6 --- /dev/null +++ b/packages/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 |