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