summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:30:33 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:30:33 +0200
commit0395b49a280e214c0c3a9a13f264e29125d3a4cc (patch)
tree678eeb62cb2166b30ec23609c9ad5ab092521109
parent82fb6cfc064ae73944f061d9631e3f641bc3ef1c (diff)
downloadnutyx-extra-0395b49a280e214c0c3a9a13f264e29125d3a4cc.tar.gz
nutyx-extra-0395b49a280e214c0c3a9a13f264e29125d3a4cc.tar.bz2
nutyx-extra-0395b49a280e214c0c3a9a13f264e29125d3a4cc.tar.xz
nutyx-extra-0395b49a280e214c0c3a9a13f264e29125d3a4cc.zip
Ajout de mpfr#2.4.1-1
-rw-r--r--base/mpfr/.footprint13
-rw-r--r--base/mpfr/.md5sum1
-rw-r--r--base/mpfr/Pkgfile20
3 files changed, 34 insertions, 0 deletions
diff --git a/base/mpfr/.footprint b/base/mpfr/.footprint
new file mode 100644
index 000000000..92484db5c
--- /dev/null
+++ b/base/mpfr/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/mpf2mpfr.h
+-rw-r--r-- root/root usr/include/mpfr.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libmpfr.a
+-rwxr-xr-x root/root usr/lib/libmpfr.la
+lrwxrwxrwx root/root usr/lib/libmpfr.so -> libmpfr.so.1.2.0
+lrwxrwxrwx root/root usr/lib/libmpfr.so.1 -> libmpfr.so.1.2.0
+-rwxr-xr-x root/root usr/lib/libmpfr.so.1.2.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/mpfr.info.gz
diff --git a/base/mpfr/.md5sum b/base/mpfr/.md5sum
new file mode 100644
index 000000000..d8ec0acc4
--- /dev/null
+++ b/base/mpfr/.md5sum
@@ -0,0 +1 @@
+a70bbde2a23d82e8f3314d4293500ae4 mpfr-2.4.1.tar.gz
diff --git a/base/mpfr/Pkgfile b/base/mpfr/Pkgfile
new file mode 100644
index 000000000..748c32bb8
--- /dev/null
+++ b/base/mpfr/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairie pour la precisision mathématique multiple
+# URL: http://www.mpfr.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gmp
+
+name=mpfr
+version=2.4.1
+release=1
+source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.gz \
+ )
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-thread-safe
+ make
+ make DESTDIR=$PKG install
+ # Remove the dir file
+ rm $PKG/usr/share/info/dir
+}