wok-current diff mpfr/receipt @ rev 9987
Add sic
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 23:33:46 2011 +0200 (2011-05-18) |
parents | aef392b64b4a |
children | dd0e8a306fc7 |
line diff
1.1 --- a/mpfr/receipt Tue May 10 02:12:56 2011 +0200 1.2 +++ b/mpfr/receipt Wed May 18 23:33:46 2011 +0200 1.3 @@ -10,13 +10,13 @@ 1.4 WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" 1.5 1.6 DEPENDS="gmp" 1.7 -BUILD_DEPENDS="$DEPENDS gmp-dev" 1.8 +BUILD_DEPENDS="gmp-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 cd $src 1.14 - patch -Np1 -i $stuff/$PACKAGE-$VERSION-$EXTRAVERSION.patch 1.15 + patch -Np1 -i $stuff/$PACKAGE-$VERSION.patch 1.16 ./configure && make && make install 1.17 } 1.18 1.19 @@ -26,4 +26,3 @@ 1.20 mkdir -p $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.22 } 1.23 -