wok-current diff gcc/receipt @ rev 527
Up: gcc (4.3.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 09 16:05:11 2008 +0200 (2008-04-09) |
parents | cdefb5496e47 |
children | a0004e60c7fd |
line diff
1.1 --- a/gcc/receipt Fri Feb 29 23:22:41 2008 +0100 1.2 +++ b/gcc/receipt Wed Apr 09 16:05:11 2008 +0200 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gcc" 1.7 -VERSION="4.2.2" 1.8 +VERSION="4.3.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The the GNU Compiler Collection." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -BUILD_DEPENDS="gawk" 1.13 +DEPENDS="gmp mpfr" 1.14 +BUILD_DEPENDS="gawk gmp gmp-dev mpfr mpfr-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://gcc.gnu.org/" 1.17 WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/$PACKAGE-$VERSION/$TARBALL"