# HG changeset patch # User Antoine Bodin # Date 1296084050 -3600 # Node ID 67cfa870f4e3054d35b195b496380280d26631ac # Parent f43b0c1cf3d6b13e668d317136906715c7f3fa38 imported patch toolchain/mpfr.patch diff -r f43b0c1cf3d6 -r 67cfa870f4e3 mpfr/receipt --- a/mpfr/receipt Thu Jan 27 00:20:50 2011 +0100 +++ b/mpfr/receipt Thu Jan 27 00:20:50 2011 +0100 @@ -5,8 +5,8 @@ CATEGORY="development" SHORT_DESC="C library for multiple-precision floating-point computations." MAINTAINER="pankso@slitaz.org" -DEPENDS="make gmp" -BUILD_DEPENDS="glibc-dev make gmp-dev gmp automake autoconf" +DEPENDS="gmp" +BUILD_DEPENDS="gmp" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.mpfr.org/" WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" @@ -17,12 +17,9 @@ { cd $src patch -Np1 -i ../stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - $CONFIGURE_ARGS && + ./configure && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.