wok-6.x rev 7903
fix dep/bdep: mpc-library
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Jan 09 14:31:14 2011 +0100 (2011-01-09) |
parents | 7941d6ba7e42 |
children | e40bc1228896 |
files | mpc-library/receipt |
line diff
1.1 --- a/mpc-library/receipt Sun Jan 09 14:30:05 2011 +0100 1.2 +++ b/mpc-library/receipt Sun Jan 09 14:31:14 2011 +0100 1.3 @@ -5,8 +5,8 @@ 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="" 1.8 -BUILD_DEPENDS="slitaz-toolchain" 1.9 +DEPENDS="mpfr" 1.10 +BUILD_DEPENDS="mpfr" 1.11 SOURCE="mpc" 1.12 TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.multiprecision.org/"