CWD=`pwd` 
cd /tmp
tar fxvz $CWD/gnome-print-0.9.tar.gz
cd gnome-print-0.9
./configure --prefix=/usr \
	    --with-catgets \
	    --with-gnome=/usr \
	    --with-html-dir=/usr/html \
            --localstatedir=/var/state \
            i386-slackware-linux
make -j 3 CFLAGS=-O2
make CFLAGS=-O2 install
mkdir -p /usr/doc/gnome-print-0.9
cp -a AUTHORS COPYING ChangeLog NEWS README /usr/doc/gnome-print-0.9
chown -R root.root /usr/doc/gnome-print-0.9
