wok rev 9749

mpc-library: Fix deps*
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 10 23:41:05 2011 +0200 (2011-05-10)
parents d2e343365642
children c0a1b4813965
files mpc-library/receipt
line diff
     1.1 --- a/mpc-library/receipt	Tue May 10 11:47:41 2011 +0000
     1.2 +++ b/mpc-library/receipt	Tue May 10 23:41:05 2011 +0200
     1.3 @@ -5,19 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="MPC is a C library for the arithmetic of complex numbers."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="mpfr"
     1.8 -BUILD_DEPENDS="mpfr"
     1.9  SOURCE="mpc"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.multiprecision.org/"
    1.12  WGET_URL="http://www.multiprecision.org/mpc/download/$TARBALL"
    1.13  
    1.14 +DEPENDS="mpfr"
    1.15 +BUILD_DEPENDS="mpfr-dev"
    1.16 +
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	./configure &&
    1.21 -	make &&
    1.22 -	make install
    1.23 +	./configure && make && make install
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.