7 URL
=ftp://ftp.cs.tu-berlin.de
/pub
/gnu
/gzip
/$DIR.
tar.gz
18 die
"Could not download $FILE"
24 git commit
-m "Import of $FILE"
26 } || die
"Could not check out $FILE"
28 test $
(cd $DIR && git rev-list HEAD |
wc -l) -gt 1 ||
29 (cd $DIR && git am ..
/patches
/*) ||
30 die
"Could not apply patches"
33 INSTALL
=/bin
/install .
/configure
--prefix=/mingw
&&
35 index
=$
(/share
/msysGit
/pre-install.sh
) &&
37 /share
/msysGit
/post-install.sh
$index "Install $FILE"
38 ) || die
"Could not install $FILE"