diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 05:39:42 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 05:39:42 +0100 |
commit | 6b8750a452333ebb79b02fa40443bfab8a3f00cc (patch) | |
tree | 11a8e19fc25f6328029d5120936ab2749ccb4b8f /libmpfr/Pkgfile.old | |
parent | e3e5eb30b86dbd7a79c1fa555af5682ff350959d (diff) | |
download | base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.tar.gz base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.tar.bz2 base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.tar.xz base-6b8750a452333ebb79b02fa40443bfab8a3f00cc.zip |
Recette de libmpfr retirée.
Diffstat (limited to 'libmpfr/Pkgfile.old')
-rw-r--r-- | libmpfr/Pkgfile.old | 19 |
1 files changed, 0 insertions, 19 deletions
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 -} |