From 6b8750a452333ebb79b02fa40443bfab8a3f00cc Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 05:39:42 +0100 Subject: Recette de libmpfr retirée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmpfr/.footprint | 10 ---------- libmpfr/.md5sum | 2 -- libmpfr/Pkgfile | 19 ------------------- libmpfr/Pkgfile.old | 19 ------------------- libmpfr/libmpfr-3.0.0-p8.patch.gz | Bin 15201 -> 0 bytes 5 files changed, 50 deletions(-) delete mode 100644 libmpfr/.footprint delete mode 100644 libmpfr/.md5sum delete mode 100644 libmpfr/Pkgfile delete mode 100644 libmpfr/Pkgfile.old delete mode 100644 libmpfr/libmpfr-3.0.0-p8.patch.gz 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 Binary files a/libmpfr/libmpfr-3.0.0-p8.patch.gz and /dev/null differ -- cgit v1.2.3-70-g09d2