[Lunar-commits] <moonbase> libmpc: a complex floating-point library. it's needed for gcc 4.5.x.

Florin Braescu florin at lunar-linux.org
Fri Apr 16 10:12:50 CEST 2010


commit 578a83578830bea5aa0cfcd3be04a96415959875
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Apr 16 11:12:50 2010 +0300

    libmpc: a complex floating-point library. it's needed for gcc 4.5.x.
---
 init/chkconfig/DETAILS |    5 +++--
 libs/libmpc/DEPENDS    |    1 +
 libs/libmpc/DETAILS    |   16 ++++++++++++++++
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/init/chkconfig/DETAILS b/init/chkconfig/DETAILS
index 66acc81..c50faaf 100644
--- a/init/chkconfig/DETAILS
+++ b/init/chkconfig/DETAILS
@@ -1,9 +1,10 @@
           MODULE=chkconfig
          VERSION=1.3.30c
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.fastcoder.net/downloads/
+   SOURCE_URL[0]=$MIRROR_URL
+#   SOURCE_URL[1]=http://www.fastcoder.net/downloads
       SOURCE_VFY=sha1:5041858adc384863c66e4a4110c951c19e4a690c
-        WEB_SITE=http://www.fastcoder.net/software/chkconfig/
+        WEB_SITE=http://www.fastcoder.net/software/chkconfig
          ENTERED=20020331
          UPDATED=20100314
            SHORT="tool for managing the symbolic links found in /etc/rc.d"
diff --git a/libs/libmpc/DEPENDS b/libs/libmpc/DEPENDS
new file mode 100644
index 0000000..da2fbd1
--- /dev/null
+++ b/libs/libmpc/DEPENDS
@@ -0,0 +1 @@
+depends mpfr
\ No newline at end of file
diff --git a/libs/libmpc/DETAILS b/libs/libmpc/DETAILS
new file mode 100644
index 0000000..014d0e8
--- /dev/null
+++ b/libs/libmpc/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=libmpc
+         VERSION=0.8.1
+          SOURCE=mpc-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/mpc-$VERSION
+      SOURCE_URL=http://www.multiprecision.org/mpc/download
+      SOURCE_VFY=sha1:5ef03ca7aee134fe7dfecb6c9d048799f0810278
+        WEB_SITE=http://www.multiprecision.org
+         ENTERED=2010416
+         UPDATED=20100416
+           SHORT="A complex floating-point library"
+
+cat << EOF
+mpc is a complex floating-point library with exact rounding.
+It is based on the GNU MPFR floating-point library, which is 
+itself based on the GNU MP library.
+EOF


More information about the Lunar-commits mailing list