wok-6.x diff gcc3/receipt @ rev 13156
zerobin: fix zerobin.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 17 08:53:48 2012 +0200 (2012-07-17) |
parents | 8e4c74abdf74 |
children | 8437ad3ae814 |
line diff
1.1 --- a/gcc3/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/gcc3/receipt Tue Jul 17 08:53:48 2012 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The the GNU Compiler Collection." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -BUILD_DEPENDS="gawk" 1.8 -DEPENDS="gcc" 1.9 SOURCE="gcc" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://gcc.gnu.org/" 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 +TAGS="compiler C C++" 1.15 + 1.16 +BUILD_DEPENDS="gawk" 1.17 +DEPENDS="gcc" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()