wok rev 9740
mpfr bug update and fix dl
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 10 02:11:03 2011 +0200 (2011-05-10) |
parents | 1f447d0dcc65 |
children | aef392b64b4a |
files | mpfr/receipt |
line diff
1.1 --- a/mpfr/receipt Tue May 10 01:45:43 2011 +0200 1.2 +++ b/mpfr/receipt Tue May 10 02:11:03 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="mpfr" 1.7 -VERSION="3.0.0" 1.8 +VERSION="3.0.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="C library for multiple-precision floating-point computations." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,16 +10,14 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.mpfr.org/" 1.15 WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" 1.16 -EXTRAVERSION="p8" 1.17 +#EXTRAVERSION="p8" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 patch -Np1 -i $stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch 1.24 - ./configure && 1.25 - make && 1.26 - make install 1.27 + ./configure && make && make install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg.