CWD=`pwd`
cd /tmp
tar xzvf $CWD/libghttp-1.0.4.tar.gz
cd libghttp-1.0.4
./configure --prefix=/usr i386-slackware-linux
make -j 3 CFLAGS=-O2
make CFLAGS=-O2 install
mkdir -p /usr/doc/libghttp-1.0.4
cp -a  COPYING AUTHORS ChangeLog NEWS README \
   doc/ghttp.html /usr/doc/libghttp-1.0.4
chown -R root.root /usr/doc/libghttp-1.0.4