wok 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 04bd5fb0f9f6
children b93c62b5d9fc
files gcc3/receipt h8300-gcc3/receipt
line diff
     1.1 --- a/gcc3/receipt	Sat Mar 05 19:53:22 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()
     2.1 --- a/h8300-gcc3/receipt	Sat Mar 05 19:53:22 2011 +0100
     2.2 +++ b/h8300-gcc3/receipt	Sat Mar 05 15:19:01 2011 +0000
     2.3 @@ -7,7 +7,7 @@
     2.4  SHORT_DESC="gcc targeting the H8/300"
     2.5  MAINTAINER="rcx@zoominternet.net"
     2.6  DEPENDS="h8300-binutils"
     2.7 -BUILD_DEPENDS="slitaz-toolchain bison flex h8300-binutils"
     2.8 +BUILD_DEPENDS="bison flex h8300-binutils"
     2.9  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.10  WEB_SITE="http://www.gnu.org/software/gcc/"
    2.11  WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL"