# 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=/usr

make
make install

cd ..
exit 0
