--- parser3/buildall 2015/10/12 17:17:44 1.15 +++ parser3/buildall 2015/10/14 17:04:21 1.17 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildall,v 1.15 2015/10/12 17:17:44 moko Exp $ +# $Id: buildall,v 1.17 2015/10/14 17:04:21 moko Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -78,8 +78,8 @@ prepare_gz () { cd $project_dir/src if test ! -f "$1"; then - echo "Downloading $lib..." - $download $2$1 + echo "Downloading $lib (master at $2)..." + $download http://www.parser.ru/off-line/download/libs/$1 fi echo "Unpacking $lib..." @@ -92,8 +92,8 @@ prepare_xz () { cd $project_dir/src if test ! -f "$1"; then - echo "Downloading $lib..." - $download $2$1 + echo "Downloading $lib (master at $2)..." + $download http://www.parser.ru/off-line/download/libs/$1 fi echo "Unpacking $lib..." @@ -146,7 +146,7 @@ if test ! -f "$project_dir/pcre/lib/libp fi if test "$build_xml" = "yes" -a ! -f "$project_dir/gnome/lib/libxml2.a"; then - lib="libxml2-2.9.2" + lib="libxml2-2.9.1" prepare_gz $lib.tar.gz ftp://xmlsoft.org/libxml2/ #sax1, output, tree, xinclude[in libxslt], html[in libxslt, mode=html?], xptr[xinclude], pattern -- needed! echo "Configuring $lib..."