wget http://downloads.sourceforge.net/expat/expat-2.1.0.tar.gz tar -xf expat-2.1.0.tar.gz cd expat-2.1.0 ./configure --prefix=/usr --disable-static make make DESTDIR="$1" install