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