| 10 | 
   | 
 ## Config | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 11 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 12 | 
   | 
 # HTTP Server. This is the source of all downloads. | 
 
 
 
 
 
 
 
 
 
 
 
 | 13 | 
 < | 
 HTTPSERVER="http://www.i-scream.org.uk/downloads/lib/" | 
 
 
 
 
 
 
 
 
 
 | 13 | 
 > | 
 HTTPSERVER="http://www.i-scream.org/pub/i-scream/cms/lib/" | 
 
 
 
 
 
 
 
 
 
 
 
 | 14 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 15 | 
   | 
 # This script uses wget, set it's path and parameters here | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 16 | 
   | 
 WGETPARAM="-nv" | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 68 | 
   | 
   ${WGET} ${PIRCBOTURL}package-list; \ | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 69 | 
   | 
 fi | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 70 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 71 | 
 < | 
 UTILURL="http://www.i-scream.org.uk/javadoc/util/" | 
 
 
 
 
 
 
 
 
 
 | 71 | 
 > | 
 UTILURL="http://www.i-scream.org/javadoc/util/" | 
 
 
 
 
 
 
 
 
 
 
 
 | 72 | 
   | 
 mkdir -p ${SRCROOT}/.api-cache/util | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 73 | 
   | 
 cd ${SRCROOT}/.api-cache/util | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 74 | 
   | 
 if test -r "package-list"; then \ |