wok diff gcc3/receipt @ rev 9661
make: remove ol CONFIGURE_ARGD
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 01 08:58:30 2011 +0200 (2011-05-01) |
parents | 616a8fb2f4e1 |
children | 89d2e45be6c5 |
line diff
1.1 --- a/gcc3/receipt Thu Mar 03 21:39:12 2011 +0100 1.2 +++ b/gcc3/receipt Sun May 01 08:58:30 2011 +0200 1.3 @@ -7,9 +7,11 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 BUILD_DEPENDS="gawk" 1.6 DEPENDS="gcc" 1.7 -TARBALL="gcc-$VERSION.tar.bz2" 1.8 +SOURCE="gcc" 1.9 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://gcc.gnu.org/" 1.11 -WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-$VERSION/$TARBALL" 1.12 +WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" 1.13 +#WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-$VERSION/$TARBALL" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules()