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/gmp-5.1.3.tar.bz2"
9 BACKUP_URL
="ftp://ftp.gmplib.org/pub/gmp-5.1.3/gmp-5.1.3.tar.bz2"
16 # Fetch sources if not available
19 if [ ! -f gmp-5.1
.3.
tar.bz2
]; then
26 tar -oxjf gmp-5.1
.3.
tar.bz2
27 mv gmp-5.1
.3 dist
&& \
29 cat ..
/patches
/* |
patch -p1