#!/bin/sh
mkdir -p expat/libexpat0 expat/libexpat1 expat/libexpat1-devel

cd expat

wget http://etr-usa.com/cygwin/expat/setup.hint
wget http://etr-usa.com/cygwin/expat/expat-2.0.1-1.tar.bz2
wget http://etr-usa.com/cygwin/expat/expat-2.0.1-1-src.tar.bz2

cd libexpat0
wget http://etr-usa.com/cygwin/expat/libexpat0/setup.hint
wget \
http://etr-usa.com/cygwin/expat/libexpat0/libexpat0-1.95.8-2-src.tar.bz2

cd ../libexpat1
wget http://etr-usa.com/cygwin/expat/libexpat1/setup.hint
wget http://etr-usa.com/cygwin/expat/libexpat1/libexpat1-2.0.1-1.tar.bz2

cd ../libexpat1-devel
wget http://etr-usa.com/cygwin/expat/libexpat1-devel/setup.hint
wget \
http://etr-usa.com/cygwin/expat/libexpat1-devel/libexpat1-devel-2.0.1-1.tar.bz2

