# HG changeset patch # User Christopher Rogers # Date 1299338341 0 # Node ID 91ff9e877eff211da652bc8a42ecbf90b928112a # Parent 04bd5fb0f9f6938c79e7e54a4749ed57e2380c36 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. diff -r 04bd5fb0f9f6 -r 91ff9e877eff gcc3/receipt --- a/gcc3/receipt Sat Mar 05 19:53:22 2011 +0100 +++ b/gcc3/receipt Sat Mar 05 15:19:01 2011 +0000 @@ -7,9 +7,11 @@ MAINTAINER="pascal.bellard@slitaz.org" BUILD_DEPENDS="gawk" DEPENDS="gcc" -TARBALL="gcc-$VERSION.tar.bz2" +SOURCE="gcc" +TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://gcc.gnu.org/" -WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-$VERSION/$TARBALL" +WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL" +#WGET_URL="ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-$VERSION/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 04bd5fb0f9f6 -r 91ff9e877eff h8300-gcc3/receipt --- a/h8300-gcc3/receipt Sat Mar 05 19:53:22 2011 +0100 +++ b/h8300-gcc3/receipt Sat Mar 05 15:19:01 2011 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="gcc targeting the H8/300" MAINTAINER="rcx@zoominternet.net" DEPENDS="h8300-binutils" -BUILD_DEPENDS="slitaz-toolchain bison flex h8300-binutils" +BUILD_DEPENDS="bison flex h8300-binutils" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gcc/" WGET_URL="$GNU_MIRROR/$SOURCE/$SOURCE-$VERSION/$TARBALL"