summaryrefslogtreecommitdiffstats
path: root/base/mpfr
diff options
context:
space:
mode:
Diffstat (limited to 'base/mpfr')
-rw-r--r--base/mpfr/.footprint.i68613
-rw-r--r--base/mpfr/.footprint.x86_6413
-rw-r--r--base/mpfr/.md5sum.i6861
-rw-r--r--base/mpfr/.md5sum.x86_641
-rw-r--r--base/mpfr/Pkgfile21
5 files changed, 0 insertions, 49 deletions
diff --git a/base/mpfr/.footprint.i686 b/base/mpfr/.footprint.i686
deleted file mode 100644
index 370783767..000000000
--- a/base/mpfr/.footprint.i686
+++ /dev/null
@@ -1,13 +0,0 @@
-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.4.0.1
-lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.0.1
--rwxr-xr-x root/root usr/lib/libmpfr.so.4.0.1
-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/.footprint.x86_64 b/base/mpfr/.footprint.x86_64
deleted file mode 100644
index 370783767..000000000
--- a/base/mpfr/.footprint.x86_64
+++ /dev/null
@@ -1,13 +0,0 @@
-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.4.0.1
-lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.0.1
--rwxr-xr-x root/root usr/lib/libmpfr.so.4.0.1
-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.i686 b/base/mpfr/.md5sum.i686
deleted file mode 100644
index 7da6a4ab4..000000000
--- a/base/mpfr/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-645882d9d179113a70af84d27086ed9f mpfr-3.0.1.tar.xz
diff --git a/base/mpfr/.md5sum.x86_64 b/base/mpfr/.md5sum.x86_64
deleted file mode 100644
index 7da6a4ab4..000000000
--- a/base/mpfr/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-645882d9d179113a70af84d27086ed9f mpfr-3.0.1.tar.xz
diff --git a/base/mpfr/Pkgfile b/base/mpfr/Pkgfile
deleted file mode 100644
index 702a70521..000000000
--- a/base/mpfr/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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:
-
-name=mpfr
-version=3.0.1
-release=1
-source=(http://www.mpfr.org/mpfr-current/mpfr-$version.tar.xz \
- )
-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
- rm -r $PKG/usr/share/doc
-}