# HG changeset patch # User Pascal Bellard # Date 1223124507 0 # Node ID dd81cdb202c66ca933920e3ad3772ba22c5129bb # Parent 1b95154d11db97b6fe89225c9cccd668fb141511 Up mpfr (2.3.2) diff -r 1b95154d11db -r dd81cdb202c6 mpfr/receipt --- a/mpfr/receipt Sat Oct 04 12:39:08 2008 +0000 +++ b/mpfr/receipt Sat Oct 04 12:48:27 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="mpfr" -VERSION="2.3.1" +VERSION="2.3.2" CATEGORY="development" SHORT_DESC="C library for multiple-precision floating-point computations." MAINTAINER="pankso@slitaz.org" @@ -18,8 +18,8 @@ ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }