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 | |
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')
-rw-r--r-- | libmpfr/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
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 -} |