wok rev 9751

Update mpc-library since it must be sync with mpfr to build
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 00:57:33 2011 +0200 (2011-05-11)
parents c0a1b4813965
children ff8b0af3d5eb
files mpc-library/receipt
line diff
     1.1 --- a/mpc-library/receipt	Wed May 11 00:48:49 2011 +0200
     1.2 +++ b/mpc-library/receipt	Wed May 11 00:57:33 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpc-library"
     1.7 -VERSION="0.8.2"
     1.8 +VERSION="0.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="MPC is a C library for the arithmetic of complex numbers."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,8 +10,8 @@
    1.13  WEB_SITE="http://www.multiprecision.org/"
    1.14  WGET_URL="http://www.multiprecision.org/mpc/download/$TARBALL"
    1.15  
    1.16 -DEPENDS="mpfr"
    1.17 -BUILD_DEPENDS="mpfr-dev"
    1.18 +DEPENDS="mpfr gmp"
    1.19 +BUILD_DEPENDS="mpfr-dev gmp-dev"
    1.20  
    1.21  compile_rules()
    1.22  {