3 # Make sure we're in our directory (i.e., where this shell script is)
7 # Configure fetch method
8 URL
="http://www.minix3.org/pkgsrc/distfiles/minix/3.4.0/mpc-1.0.1.tar.gz"
9 BACKUP_URL
="http://www.multiprecision.org/mpc/download/mpc-1.0.1.tar.gz"
16 # Fetch sources if not available
19 if [ ! -f mpc-1.0
.1.
tar.gz
]; then
26 tar -oxzf mpc-1.0
.1.
tar.gz