summaryrefslogtreecommitdiffstats
path: root/libmpfr
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 05:39:42 +0100
committerLukc <lukc@upyum.com>2010-12-12 05:39:42 +0100
commit6b8750a452333ebb79b02fa40443bfab8a3f00cc (patch)
tree11a8e19fc25f6328029d5120936ab2749ccb4b8f /libmpfr
parente3e5eb30b86dbd7a79c1fa555af5682ff350959d (diff)
downloadbase-6b8750a452333ebb79b02fa40443bfab8a3f00cc.tar.gz
base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.tar.bz2
base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.tar.xz
base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.zip
Recette de libmpfr retirée.
Diffstat (limited to 'libmpfr')
-rw-r--r--libmpfr/.footprint10
-rw-r--r--libmpfr/.md5sum2
-rw-r--r--libmpfr/Pkgfile19
-rw-r--r--libmpfr/Pkgfile.old19
-rw-r--r--libmpfr/libmpfr-3.0.0-p8.patch.gzbin15201 -> 0 bytes
5 files changed, 0 insertions, 50 deletions
diff --git a/libmpfr/.footprint b/libmpfr/.footprint
deleted file mode 100644
index d5da2f0..0000000
--- a/libmpfr/.footprint
+++ /dev/null
@@ -1,10 +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.0
-lrwxrwxrwx root/root usr/lib/libmpfr.so.4 -> libmpfr.so.4.0.0
--rwxr-xr-x root/root usr/lib/libmpfr.so.4.0.0
diff --git a/libmpfr/.md5sum b/libmpfr/.md5sum
deleted file mode 100644
index 5feaf3f..0000000
--- a/libmpfr/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-d96dd0380326a395d6805e75ed74b5a5 libmpfr-3.0.0-p8.patch.gz
-8ab3bef2864b8c6e6a291f5603141bbd mpfr-3.0.0.tar.xz
diff --git a/libmpfr/Pkgfile b/libmpfr/Pkgfile
deleted file mode 100644
index 09f1c94..0000000
--- a/libmpfr/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-description="C library for multiple-precision floating-point computations with correct rounding"
-packager=""
-maintainer="CRUX System Team, core-ports at crux dot nu"
-url="http://www.mpfr.org/"
-depends=(libgmp)
-
-name=libmpfr
-version=3.0.0-p8
-release=1
-source=(http://www.mpfr.org/mpfr-3.0.0/mpfr-3.0.0.tar.xz libmpfr-3.0.0-p8.patch.gz)
-build ()
-{
- cd mpfr-${version%-*};
- gunzip -c $SRC/$name-$version.patch.gz | patch -p1;
- ./configure --prefix=/usr;
- make;
- make DESTDIR=$PKG install;
- rm -r $PKG/usr/share
-}
diff --git a/libmpfr/Pkgfile.old b/libmpfr/Pkgfile.old
deleted file mode 100644
index 6fb9b15..0000000
--- a/libmpfr/Pkgfile.old
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: C library for multiple-precision floating-point computations with correct rounding
-# URL: http://www.mpfr.org/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: libgmp
-
-name=libmpfr
-version=3.0.0-p8
-release=1
-source=(http://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz
- $name-$version.patch.gz)
-
-build() {
- cd mpfr-${version%-*}
- gunzip -c $SRC/$name-$version.patch.gz | patch -p1
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share
-}
diff --git a/libmpfr/libmpfr-3.0.0-p8.patch.gz b/libmpfr/libmpfr-3.0.0-p8.patch.gz
deleted file mode 100644
index 7d2707b..0000000
--- a/libmpfr/libmpfr-3.0.0-p8.patch.gz
+++ /dev/null
Binary files differ