# HG changeset patch # User Christophe Lincoln # Date 1305063665 -7200 # Node ID cd5b5a4ce7a12ea44332e7216e7481e54b6e375a # Parent d2e343365642d5941a258c1ac763f84555785849 mpc-library: Fix deps* diff -r d2e343365642 -r cd5b5a4ce7a1 mpc-library/receipt --- a/mpc-library/receipt Tue May 10 11:47:41 2011 +0000 +++ b/mpc-library/receipt Tue May 10 23:41:05 2011 +0200 @@ -5,19 +5,18 @@ CATEGORY="development" SHORT_DESC="MPC is a C library for the arithmetic of complex numbers." MAINTAINER="pankso@slitaz.org" -DEPENDS="mpfr" -BUILD_DEPENDS="mpfr" SOURCE="mpc" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.multiprecision.org/" WGET_URL="http://www.multiprecision.org/mpc/download/$TARBALL" +DEPENDS="mpfr" +BUILD_DEPENDS="mpfr-dev" + compile_rules() { cd $src - ./configure && - make && - make install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.