wok diff gcc3/receipt @ rev 9539

Add setuptools to python-webob build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 13:48:25 2011 +0000 (2011-04-08)
parents 616a8fb2f4e1
children 89d2e45be6c5
line diff
     1.1 --- a/gcc3/receipt	Thu Mar 03 21:39:12 2011 +0100
     1.2 +++ b/gcc3/receipt	Fri Apr 08 13:48:25 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()