wok-next diff gcc3/receipt @ rev 9127

Fixed gcc3 to only gcc-VERSION.tar.lzma source instead of gcc3-VERSION.tar.lzma. Also removed slitaz-toolchain in h8300-gcc3 build depends since we don't need it anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 05 15:19:01 2011 +0000 (2011-03-05)
parents 616a8fb2f4e1
children 89d2e45be6c5
line diff
     1.1 --- a/gcc3/receipt	Thu Mar 03 21:39:12 2011 +0100
     1.2 +++ b/gcc3/receipt	Sat Mar 05 15:19:01 2011 +0000
     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()