wok rev 1473

Up mpfr (2.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 12:48:27 2008 +0000 (2008-10-04)
parents 1b95154d11db
children 7003fe5263a0
files mpfr/receipt
line diff
     1.1 --- a/mpfr/receipt	Sat Oct 04 12:39:08 2008 +0000
     1.2 +++ b/mpfr/receipt	Sat Oct 04 12:48:27 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="mpfr"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.3.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="C library for multiple-precision floating-point computations."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--infodir=/usr/share/info \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22