# HG changeset patch # User Christophe Lincoln # Date 1304986263 -7200 # Node ID 6026f6c50111aea1e592ca41ee9f143b5c1539f0 # Parent 1f447d0dcc651b5f0ba4f7c24a6832c6025da32d mpfr bug update and fix dl diff -r 1f447d0dcc65 -r 6026f6c50111 mpfr/receipt --- a/mpfr/receipt Tue May 10 01:45:43 2011 +0200 +++ b/mpfr/receipt Tue May 10 02:11:03 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="mpfr" -VERSION="3.0.0" +VERSION="3.0.1" CATEGORY="development" SHORT_DESC="C library for multiple-precision floating-point computations." MAINTAINER="pankso@slitaz.org" @@ -10,16 +10,14 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.mpfr.org/" WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" -EXTRAVERSION="p8" +#EXTRAVERSION="p8" # Rules to configure and make the package. compile_rules() { cd $src patch -Np1 -i $stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch - ./configure && - make && - make install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.