wok-stable diff gcc/receipt @ rev 2971
gegl: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 10 00:02:45 2009 +0200 (2009-05-10) |
parents | b89693943f43 |
children | 8dc67d801588 |
line diff
1.1 --- a/gcc/receipt Wed Feb 25 12:21:35 2009 +0000 1.2 +++ b/gcc/receipt Sun May 10 00:02:45 2009 +0200 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gcc" 1.7 -VERSION="4.2.3" 1.8 +VERSION="4.3.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The the GNU Compiler Collection." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="libgomp" 1.13 -BUILD_DEPENDS="glibc-dev gawk flex" 1.14 +DEPENDS="libgomp gmp mpfr" 1.15 +BUILD_DEPENDS="glibc-dev gawk flex gmp gmp-dev mpfr mpfr-dev" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://gcc.gnu.org/" 1.18 WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/$PACKAGE-$VERSION/$TARBALL" 1.19 @@ -20,8 +20,8 @@ 1.20 --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ 1.21 --enable-languages=c,c++ --enable-shared --with-system-zlib \ 1.22 --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ 1.23 - --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu 1.24 - make bootstrap 1.25 + --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu && 1.26 + make bootstrap && 1.27 # Make install in the source tree to help creating derivated pkgs 1.28 # and keep $_pkg variable set for genpkg. 1.29 make DESTDIR=$src/_pkg install