wok-6.x rev 8201
imported patch toolchain/mpfr.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | f43b0c1cf3d6 |
children | 7a07e54288a4 |
files | mpfr/receipt |
line diff
1.1 --- a/mpfr/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/mpfr/receipt Thu Jan 27 00:20:50 2011 +0100 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="C library for multiple-precision floating-point computations." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="make gmp" 1.8 -BUILD_DEPENDS="glibc-dev make gmp-dev gmp automake autoconf" 1.9 +DEPENDS="gmp" 1.10 +BUILD_DEPENDS="gmp" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.mpfr.org/" 1.13 WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" 1.14 @@ -17,12 +17,9 @@ 1.15 { 1.16 cd $src 1.17 patch -Np1 -i ../stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch 1.18 - ./configure \ 1.19 - --prefix=/usr \ 1.20 - --infodir=/usr/share/info \ 1.21 - $CONFIGURE_ARGS && 1.22 + ./configure && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.