wok-current rev 2700
Up: gcc (4.3.3)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 22 18:21:48 2009 +0200 (2009-04-22) |
parents | 45b0ddd9adf0 |
children | 4a057e1fc620 |
files | gcc-lib-base/receipt gcc/receipt |
line diff
1.1 --- a/gcc-lib-base/receipt Wed Apr 22 18:21:25 2009 +0200 1.2 +++ b/gcc-lib-base/receipt Wed Apr 22 18:21:48 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gcc-lib-base" 1.7 -VERSION="4.2.3" 1.8 +VERSION="4.3.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." 1.11 WEB_SITE="http://gcc.gnu.org/"
2.1 --- a/gcc/receipt Wed Apr 22 18:21:25 2009 +0200 2.2 +++ b/gcc/receipt Wed Apr 22 18:21:48 2009 +0200 2.3 @@ -1,12 +1,12 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="gcc" 2.7 -VERSION="4.2.3" 2.8 +VERSION="4.3.3" 2.9 CATEGORY="development" 2.10 SHORT_DESC="The the GNU Compiler Collection." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -DEPENDS="libgomp" 2.13 -BUILD_DEPENDS="glibc-dev gawk flex" 2.14 +DEPENDS="libgomp gmp mpfr" 2.15 +BUILD_DEPENDS="glibc-dev gawk flex gmp gmp-dev mpfr mpfr-dev" 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WEB_SITE="http://gcc.gnu.org/" 2.18 WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/$PACKAGE-$VERSION/$TARBALL" 2.19 @@ -20,8 +20,8 @@ 2.20 --infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \ 2.21 --enable-languages=c,c++ --enable-shared --with-system-zlib \ 2.22 --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \ 2.23 - --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu 2.24 - make bootstrap 2.25 + --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu && 2.26 + make bootstrap && 2.27 # Make install in the source tree to help creating derivated pkgs 2.28 # and keep $_pkg variable set for genpkg. 2.29 make DESTDIR=$src/_pkg install