# We aren't quite ready for bonobo yet, so we'll leave it out # of here CWD=`pwd` cd /tmp tar fxvz $CWD/gnumeric-0.38.tar.gz cd gnumeric-0.38 ./configure --prefix=/usr \ --with-catgets \ --with-gnome=/usr \ --without-bonobo \ i386-slackware-linux make -j 3 CFLAGS=-O2 make CFLAGS=-O2 install mkdir -p /usr/doc/gnumeric-0.38 cp -a AUTHORS COPYING ChangeLog NEWS README TODO \ HACKING /usr/doc/gnumeric-0.38 chown -R root.root /usr/doc/gnumeric-0.38