7 URL
=http
://sunet.dl.sourceforge.net
/project
/msmtp
/msmtp
/$VERSION/$DIR.
tar.bz2
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 .
/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"