wok diff mpfr/receipt @ 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 | 51851b822bbb |
children | 3d99ecce2d4b |
line diff
1.1 --- a/mpfr/receipt Wed Apr 09 00:36:02 2008 +0200 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