comparison download.sh @ 32:877349490008

Add qemu to the list of downloaded source code.
author Rob Landley <rob@landley.net>
date Sun, 10 Dec 2006 23:32:45 -0500
parents 6b726de18f05
children ad1cfcb043c7
comparison
equal deleted inserted replaced
31:3e2c3a3095d8 32:877349490008
77 77
78 URL=ftp://ftp.gnu.org/gnu/gcc/gcc-4.1.1/gcc-core-4.1.1.tar.bz2 \ 78 URL=ftp://ftp.gnu.org/gnu/gcc/gcc-4.1.1/gcc-core-4.1.1.tar.bz2 \
79 SHA1=147e12bf96a8d857fda1d43f0d7ea599b89cebf9 \ 79 SHA1=147e12bf96a8d857fda1d43f0d7ea599b89cebf9 \
80 download && 80 download &&
81 81
82 # Ye olde emulator
83
84 URL=http://qemu.org/qemu-0.8.2.tar.gz \
85 SHA1=d775239a545e7d0c5b677660a2122df590afde6d \
86 download &&
87
82 # Required for native build environment 88 # Required for native build environment
83 89
84 export STAGEDIR=sources/build-native && 90 export STAGEDIR=sources/build-native &&
85 mkdir -p "$STAGEDIR" && 91 mkdir -p "$STAGEDIR" &&
86 92