# Depends on libgsf
# Depends on librsvg
# Depends on pcre

# Exit on error:
set -e

wget http://ftp.gnome.org/pub/gnome/sources/goffice/0.8/goffice-0.8.17.tar.xz
tar xf goffice-0.8.17.tar.xz
cd goffice-0.8.17
./configure --prefix=
make install
cd ..
rm -rf goffice-0.8.17
rm goffice-0.8.17.tar.xz

exit 0
