wok diff mpc-library/receipt @ rev 14981

Up: thunderbird-langpack-id (17.0.8esr)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 22:21:07 2013 +0200 (2013-08-08)
parents 475688256701
children bb009a6ef036
line diff
     1.1 --- a/mpc-library/receipt	Thu Apr 12 18:42:31 2012 +0200
     1.2 +++ b/mpc-library/receipt	Thu Aug 08 22:21:07 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mpc-library"
     1.7 -VERSION="0.9"
     1.8 +VERSION="0.8.2"
     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 @@ -9,6 +9,7 @@
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.multiprecision.org/"
    1.15  WGET_URL="http://www.multiprecision.org/mpc/download/$TARBALL"
    1.16 +BUGS="Shared libs dont build with 0.9"
    1.17  
    1.18  DEPENDS="mpfr gmp"
    1.19  BUILD_DEPENDS="mpfr-dev gmp-dev"
    1.20 @@ -16,6 +17,7 @@
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 +	#patch -Np1 -i $stuff/libmpc-0.9-configure_cflags_egrep_issue.patch
    1.25  	./configure $CONFIGURE_ARGS && make && make install
    1.26  }
    1.27